Html Css Color HEX #3377BE Curious Blue

📋 copy color: '#3377BE'

red 51 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #3377BE

Tints of Curious Blue #3377BE

RGB

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

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

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

R = 14.17%
G = 33.06%
B = 52.78%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3377BE (or 0x3377BE) is known color: Curious Blue. HEX triplet: 33, 77 and BE. RGB value is (51,119,190). Sum of RGB (Red+Green+Blue) = 51+119+190=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #3377BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377BE is #CC8841. Grayscale: #6A6A6A. Windows color (decimal): -13404226 or 12482355. OLE color: 12482355.

HSL color Cylindrical-coordinate representation of color #3377BE: hue angle of 210.65º 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 #3377BE is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 119 190 -
CMYK 0.73 0.37 0 0.25
HSL 210.65º 0.58% 0.47% -
HSV(B) 210.65º 0.73% 0.75% -
XYZ 17.26 17.62 51.21 -
YUV 106.76 174.97 88.23 -
System Red Green Blue C M Y K H S L
Decimal 51 119 190 0.73 0.37 0 0.25 210.65 0.58 0.47
Hex 33 77 BE 49 25 0 19 D3 3A 2F
Octal 63 167 276 111 45 0 31 323 72 57
Binary 110011 1110111 10111110 1001001 100101 0 11001 11010011 111010 101111

Color Harmonies of #3377BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377BE

Black with #3377BE

Text Example


Text Example

White with #3377BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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