Html Css Color HEX #3376BE Curious Blue

📋 copy color: '#3376BE'

red 51 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #3376BE

Tints of Curious Blue #3376BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 14.21%
G = 32.87%
B = 52.92%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3376BE (or 0x3376BE) is known color: Curious Blue. HEX triplet: 33, 76 and BE. RGB value is (51,118,190). Sum of RGB (Red+Green+Blue) = 51+118+190=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #3376BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376BE is #CC8941. Grayscale: #696969. Windows color (decimal): -13404482 or 12482099. OLE color: 12482099.

HSL color Cylindrical-coordinate representation of color #3376BE: hue angle of 211.08º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3376BE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 118 190 -
CMYK 0.73 0.38 0 0.25
HSL 211.08º 0.58% 0.47% -
HSV(B) 211.08º 0.73% 0.75% -
XYZ 17.14 17.38 51.17 -
YUV 106.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 51 118 190 0.73 0.38 0 0.25 211.08 0.58 0.47
Hex 33 76 BE 49 26 0 19 D3 3A 2F
Octal 63 166 276 111 46 0 31 323 72 57
Binary 110011 1110110 10111110 1001001 100110 0 11001 11010011 111010 101111

Color Harmonies of #3376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376BE

Black with #3376BE

Text Example


Text Example

White with #3376BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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