Html Css Color HEX #334377 Resolution Blue

📋 copy color: '#334377'

red 51 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #334377

Tints of Resolution Blue #334377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 21.52%
G = 28.27%
B = 50.21%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#334377 (or 0x334377) is known color: Resolution Blue. HEX triplet: 33, 43 and 77. RGB value is (51,67,119). Sum of RGB (Red+Green+Blue) = 51+67+119=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #334377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334377 is #CCBC88. Grayscale: #434343. Windows color (decimal): -13417609 or 7815987. OLE color: 7815987.

HSL color Cylindrical-coordinate representation of color #334377: hue angle of 225.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334377 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 67 119 -
CMYK 0.57 0.44 0 0.53
HSL 225.88º 0.4% 0.33% -
HSV(B) 225.88º 0.57% 0.47% -
XYZ 6.7 6.05 18.27 -
YUV 68.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 51 67 119 0.57 0.44 0 0.53 225.88 0.4 0.33
Hex 33 43 77 39 2C 0 35 E2 28 21
Octal 63 103 167 71 54 0 65 342 50 41
Binary 110011 1000011 1110111 111001 101100 0 110101 11100010 101000 100001

Color Harmonies of #334377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334377

Black with #334377

Text Example


Text Example

White with #334377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334377; }

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

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

background-color css

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

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

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

border-color css

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

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

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