#3888AF

Color #3888AF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3888AF

Tints of Curious Blue #3888AF

Color information

#3888AF (or 0x3888AF) is unknown color: approx Curious Blue. HEX triplet: 38, 88 and AF. RGB value is (56,136,175). Sum of RGB (Red+Green+Blue) = 56+136+175=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #3888AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3888AF is #C77750. Grayscale: #747474. Windows color (decimal): -13072209 or 11503672. OLE color: 11503672.

HSL color Cylindrical-coordinate representation of color #3888AF: hue angle of 199.66º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3888AF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56136175-
CMYK0.680.2200.31
HSL199.66º51.52%45.29%-
HSV(B)199.66º68%68.63%-
XYZ18.1721.5443.76-
YUV116.5316184.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=15.26%
G=37.06%
B=47.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561361750.680.2200.31199.6651.5245.29
Hex3888AF441601Fc8342d
Octal70210257104260373106455
Binary111000100010001010111110001001011001111111001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3888AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3888AF; }

 p { color: rgb(56,136,175); }

 H1.HeaderClassName
 {
   color: #3888AF;
 }
 .AnyTagClassName
 {
   color: #3888AF;
 }
</style>
background-color css

<style>
 a { background-color: #3888AF; }

 a { background-color: rgb(56,136,175); }

 div.DivClassName
 {
   background-color: #3888AF;
 }
 .BgClassName
 {
   background-color: #3888AF;
 }
</style>
border-color css

<style>
 span { border-color: #3888AF; }

 span { border-color: rgb(56,136,175); }

 td.TdClassName
 {
   border-color: #3888AF;
 }
 .TagClassName
 {
   border-color: #3888AF;
 }
</style>