Html Css Color HEX #3376CC Curious Blue

📋 copy color: '#3376CC'

red 51 ◦ green 118 ◦ blue 204

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

Shades of Curious Blue #3376CC

Tints of Curious Blue #3376CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 13.67%
G = 31.64%
B = 54.69%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3376CC (or 0x3376CC) is known color: Curious Blue. HEX triplet: 33, 76 and CC. RGB value is (51,118,204). Sum of RGB (Red+Green+Blue) = 51+118+204=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #3376CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376CC is #CC8933. Grayscale: #6B6B6B. Windows color (decimal): -13404468 or 13399603. OLE color: 13399603.

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

Color convert

RGB 51 118 204 -
CMYK 0.75 0.42 0 0.2
HSL 213.73º 0.6% 0.5% -
HSV(B) 213.73º 0.75% 0.8% -
XYZ 18.74 18.02 59.62 -
YUV 107.77 182.3 87.51 -
System Red Green Blue C M Y K H S L
Decimal 51 118 204 0.75 0.42 0 0.2 213.73 0.6 0.5
Hex 33 76 CC 4B 2A 0 14 D6 3C 32
Octal 63 166 314 113 52 0 24 326 74 62
Binary 110011 1110110 11001100 1001011 101010 0 10100 11010110 111100 110010

Color Harmonies of #3376CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376CC

Black with #3376CC

Text Example


Text Example

White with #3376CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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