Html Css Color HEX #3288CE Curious Blue

📋 copy color: '#3288CE'

red 50 ◦ green 136 ◦ blue 206

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

Shades of Curious Blue #3288CE

Tints of Curious Blue #3288CE

RGB

 RED value IS 50 (19.92% from 255) = 12.76%

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 12.76%
G = 34.69%
B = 52.55%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3288CE (or 0x3288CE) is known color: Curious Blue. HEX triplet: 32, 88 and CE. RGB value is (50,136,206). Sum of RGB (Red+Green+Blue) = 50+136+206=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #3288CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288CE is #CD7731. Grayscale: #757575. Windows color (decimal): -13465394 or 13535282. OLE color: 13535282.

HSL color Cylindrical-coordinate representation of color #3288CE: hue angle of 206.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3288CE is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 136 206 -
CMYK 0.76 0.34 0 0.19
HSL 206.92º 0.61% 0.5% -
HSV(B) 206.92º 0.76% 0.81% -
XYZ 21.26 22.74 61.66 -
YUV 118.27 177.51 79.31 -
System Red Green Blue C M Y K H S L
Decimal 50 136 206 0.76 0.34 0 0.19 206.92 0.61 0.5
Hex 32 88 CE 4C 22 0 13 CF 3D 32
Octal 62 210 316 114 42 0 23 317 75 62
Binary 110010 10001000 11001110 1001100 100010 0 10011 11001111 111101 110010

Color Harmonies of #3288CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288CE

Black with #3288CE

Text Example


Text Example

White with #3288CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3288CE; }

 p { color: rgb(50,136,206); }

 H1.HeaderClassName
 {
   color: #3288CE;
 }
 .AnyTagClassName
 {
   color: #3288CE;
 }
</style>

background-color css

<style>
 a { background-color: #3288CE; }

 a { background-color: rgb(50,136,206); }

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

border-color css

<style>
 span { border-color: #3288CE; }

 span { border-color: rgb(50,136,206); }

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