Html Css Color HEX #3399CB Curious Blue

📋 copy color: '#3399CB'

red 51 ◦ green 153 ◦ blue 203

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

Shades of Curious Blue #3399CB

Tints of Curious Blue #3399CB

RGB

 RED value IS 51 (20.31% from 255) = 12.53%

 GREEN value IS 153 (60.16% from 255) = 37.59%

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

R = 12.53%
G = 37.59%
B = 49.88%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3399CB (or 0x3399CB) is known color: Curious Blue. HEX triplet: 33, 99 and CB. RGB value is (51,153,203). Sum of RGB (Red+Green+Blue) = 51+153+203=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #3399CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399CB is #CC6634. Grayscale: #7F7F7F. Windows color (decimal): -13395509 or 13343027. OLE color: 13343027.

HSL color Cylindrical-coordinate representation of color #3399CB: hue angle of 199.74º 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 #3399CB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 153 203 -
CMYK 0.75 0.25 0 0.20
HSL 199.74º 0.6% 0.5% -
HSV(B) 199.74º 0.75% 0.8% -
XYZ 23.54 27.8 60.63 -
YUV 128.2 170.21 72.93 -
System Red Green Blue C M Y K H S L
Decimal 51 153 203 0.75 0.25 0 0.20 199.74 0.6 0.5
Hex 33 99 CB 4B 19 0 14 C8 3C 32
Octal 63 231 313 113 31 0 24 310 74 62
Binary 110011 10011001 11001011 1001011 11001 0 10100 11001000 111100 110010

Color Harmonies of #3399CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399CB

Black with #3399CB

Text Example


Text Example

White with #3399CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,153,203); }

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

background-color css

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

 a { background-color: rgb(51,153,203); }

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

border-color css

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

 span { border-color: rgb(51,153,203); }

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