Html Css Color HEX #3376C6 Curious Blue

📋 copy color: '#3376C6'

red 51 ◦ green 118 ◦ blue 198

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

Shades of Curious Blue #3376C6

Tints of Curious Blue #3376C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.95%

R = 13.9%
G = 32.15%
B = 53.95%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3376C6 (or 0x3376C6) is known color: Curious Blue. HEX triplet: 33, 76 and C6. RGB value is (51,118,198). Sum of RGB (Red+Green+Blue) = 51+118+198=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #3376C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376C6 is #CC8939. Grayscale: #6A6A6A. Windows color (decimal): -13404474 or 13006387. OLE color: 13006387.

HSL color Cylindrical-coordinate representation of color #3376C6: hue angle of 212.65º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3376C6 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 118 198 -
CMYK 0.74 0.40 0 0.22
HSL 212.65º 0.59% 0.49% -
HSV(B) 212.65º 0.74% 0.78% -
XYZ 18.04 17.74 55.9 -
YUV 107.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 51 118 198 0.74 0.40 0 0.22 212.65 0.59 0.49
Hex 33 76 C6 4A 28 0 16 D5 3B 31
Octal 63 166 306 112 50 0 26 325 73 61
Binary 110011 1110110 11000110 1001010 101000 0 10110 11010101 111011 110001

Color Harmonies of #3376C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376C6

Black with #3376C6

Text Example


Text Example

White with #3376C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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