Html Css Color HEX #3390CC Curious Blue

📋 copy color: '#3390CC'

red 51 ◦ green 144 ◦ blue 204

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

Shades of Curious Blue #3390CC

Tints of Curious Blue #3390CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 12.78%
G = 36.09%
B = 51.13%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3390CC (or 0x3390CC) is known color: Curious Blue. HEX triplet: 33, 90 and CC. RGB value is (51,144,204). Sum of RGB (Red+Green+Blue) = 51+144+204=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #3390CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390CC is #CC6F33. Grayscale: #7A7A7A. Windows color (decimal): -13397812 or 13406259. OLE color: 13406259.

HSL color Cylindrical-coordinate representation of color #3390CC: hue angle of 203.53º 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 #3390CC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 144 204 -
CMYK 0.75 0.29 0 0.2
HSL 203.53º 0.6% 0.5% -
HSV(B) 203.53º 0.75% 0.8% -
XYZ 22.24 25.01 60.78 -
YUV 123.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 51 144 204 0.75 0.29 0 0.2 203.53 0.6 0.5
Hex 33 90 CC 4B 1D 0 14 CC 3C 32
Octal 63 220 314 113 35 0 24 314 74 62
Binary 110011 10010000 11001100 1001011 11101 0 10100 11001100 111100 110010

Color Harmonies of #3390CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390CC

Black with #3390CC

Text Example


Text Example

White with #3390CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3390CC; }

 p { color: rgb(51,144,204); }

 H1.HeaderClassName
 {
   color: #3390CC;
 }
 .AnyTagClassName
 {
   color: #3390CC;
 }
</style>

background-color css

<style>
 a { background-color: #3390CC; }

 a { background-color: rgb(51,144,204); }

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

border-color css

<style>
 span { border-color: #3390CC; }

 span { border-color: rgb(51,144,204); }

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