Html Css Color HEX #3288CB Curious Blue

📋 copy color: '#3288CB'

red 50 ◦ green 136 ◦ blue 203

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

Shades of Curious Blue #3288CB

Tints of Curious Blue #3288CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 12.85%
G = 34.96%
B = 52.19%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3288CB (or 0x3288CB) is known color: Curious Blue. HEX triplet: 32, 88 and CB. RGB value is (50,136,203). Sum of RGB (Red+Green+Blue) = 50+136+203=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3288CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288CB is #CD7734. Grayscale: #757575. Windows color (decimal): -13465397 or 13338674. OLE color: 13338674.

HSL color Cylindrical-coordinate representation of color #3288CB: hue angle of 206.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3288CB is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 136 203 -
CMYK 0.75 0.33 0 0.20
HSL 206.27º 0.6% 0.5% -
HSV(B) 206.27º 0.75% 0.8% -
XYZ 20.9 22.6 59.76 -
YUV 117.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 50 136 203 0.75 0.33 0 0.20 206.27 0.6 0.5
Hex 32 88 CB 4B 21 0 14 CE 3C 32
Octal 62 210 313 113 41 0 24 316 74 62
Binary 110010 10001000 11001011 1001011 100001 0 10100 11001110 111100 110010

Color Harmonies of #3288CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288CB

Black with #3288CB

Text Example


Text Example

White with #3288CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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