Html Css Color HEX #3376CA Curious Blue

📋 copy color: '#3376CA'

red 51 ◦ green 118 ◦ blue 202

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

Shades of Curious Blue #3376CA

Tints of Curious Blue #3376CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 13.75%
G = 31.81%
B = 54.45%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3376CA (or 0x3376CA) is known color: Curious Blue. HEX triplet: 33, 76 and CA. RGB value is (51,118,202). Sum of RGB (Red+Green+Blue) = 51+118+202=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #3376CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376CA is #CC8935. Grayscale: #6B6B6B. Windows color (decimal): -13404470 or 13268531. OLE color: 13268531.

HSL color Cylindrical-coordinate representation of color #3376CA: hue angle of 213.38º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3376CA is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 118 202 -
CMYK 0.75 0.42 0 0.21
HSL 213.38º 0.6% 0.5% -
HSV(B) 213.38º 0.75% 0.79% -
XYZ 18.5 17.92 58.36 -
YUV 107.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 51 118 202 0.75 0.42 0 0.21 213.38 0.6 0.5
Hex 33 76 CA 4B 2A 0 15 D5 3C 32
Octal 63 166 312 113 52 0 25 325 74 62
Binary 110011 1110110 11001010 1001011 101010 0 10101 11010101 111100 110010

Color Harmonies of #3376CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376CA

Black with #3376CA

Text Example


Text Example

White with #3376CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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