Html Css Color HEX #3377CA Curious Blue

📋 copy color: '#3377CA'

red 51 ◦ green 119 ◦ blue 202

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

Shades of Curious Blue #3377CA

Tints of Curious Blue #3377CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

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

R = 13.71%
G = 31.99%
B = 54.3%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3377CA (or 0x3377CA) is known color: Curious Blue. HEX triplet: 33, 77 and CA. RGB value is (51,119,202). Sum of RGB (Red+Green+Blue) = 51+119+202=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #3377CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377CA is #CC8835. Grayscale: #6B6B6B. Windows color (decimal): -13404214 or 13268787. OLE color: 13268787.

HSL color Cylindrical-coordinate representation of color #3377CA: hue angle of 212.98º 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 #3377CA is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 119 202 -
CMYK 0.75 0.41 0 0.21
HSL 212.98º 0.6% 0.5% -
HSV(B) 212.98º 0.75% 0.79% -
XYZ 18.62 18.16 58.4 -
YUV 108.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 51 119 202 0.75 0.41 0 0.21 212.98 0.6 0.5
Hex 33 77 CA 4B 29 0 15 D5 3C 32
Octal 63 167 312 113 51 0 25 325 74 62
Binary 110011 1110111 11001010 1001011 101001 0 10101 11010101 111100 110010

Color Harmonies of #3377CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377CA

Black with #3377CA

Text Example


Text Example

White with #3377CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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