Html Css Color HEX #4288B4 Curious Blue

📋 copy color: '#4288B4'

red 66 ◦ green 136 ◦ blue 180

#4288B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #4288B4

Tints of Curious Blue #4288B4

RGB

 RED value IS 66 (26.17% from 255) = 17.28%

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 180 (70.7% from 255) = 47.12%

R = 17.28%
G = 35.6%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4288B4 (or 0x4288B4) is known color: Curious Blue. HEX triplet: 42, 88 and B4. RGB value is (66,136,180). Sum of RGB (Red+Green+Blue) = 66+136+180=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #4288B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288B4 is #BD774B. Grayscale: #777777. Windows color (decimal): -12416844 or 11831362. OLE color: 11831362.

HSL color Cylindrical-coordinate representation of color #4288B4: hue angle of 203.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4288B4 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 136 180 -
CMYK 0.63 0.24 0 0.29
HSL 203.16º 0.46% 0.48% -
HSV(B) 203.16º 0.63% 0.71% -
XYZ 19.29 22.06 46.42 -
YUV 120.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 66 136 180 0.63 0.24 0 0.29 203.16 0.46 0.48
Hex 42 88 B4 3F 18 0 1D CB 2E 30
Octal 102 210 264 77 30 0 35 313 56 60
Binary 1000010 10001000 10110100 111111 11000 0 11101 11001011 101110 110000

Color Harmonies of #4288B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4288B4

Black with #4288B4

Text Example


Text Example

White with #4288B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4288B4; }

 p { color: rgb(66,136,180); }

 H1.HeaderClassName
 {
   color: #4288B4;
 }
 .AnyTagClassName
 {
   color: #4288B4;
 }
</style>

background-color css

<style>
 a { background-color: #4288B4; }

 a { background-color: rgb(66,136,180); }

 div.DivClassName
 {
   background-color: #4288B4;
 }
 .BgClassName
 {
   background-color: #4288B4;
 }
</style>

border-color css

<style>
 span { border-color: #4288B4; }

 span { border-color: rgb(66,136,180); }

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