Html Css Color HEX #334375 Resolution Blue

📋 copy color: '#334375'

red 51 ◦ green 67 ◦ blue 117

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

Shades of Resolution Blue #334375

Tints of Resolution Blue #334375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 21.7%
G = 28.51%
B = 49.79%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334375 (or 0x334375) is known color: Resolution Blue. HEX triplet: 33, 43 and 75. RGB value is (51,67,117). Sum of RGB (Red+Green+Blue) = 51+67+117=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #334375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334375 is #CCBC8A. Grayscale: #434343. Windows color (decimal): -13417611 or 7684915. OLE color: 7684915.

HSL color Cylindrical-coordinate representation of color #334375: hue angle of 225.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334375 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 67 117 -
CMYK 0.56 0.43 0 0.54
HSL 225.45º 0.39% 0.33% -
HSV(B) 225.45º 0.56% 0.46% -
XYZ 6.58 6 17.64 -
YUV 67.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 51 67 117 0.56 0.43 0 0.54 225.45 0.39 0.33
Hex 33 43 75 38 2B 0 36 E1 27 21
Octal 63 103 165 70 53 0 66 341 47 41
Binary 110011 1000011 1110101 111000 101011 0 110110 11100001 100111 100001

Color Harmonies of #334375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334375

Black with #334375

Text Example


Text Example

White with #334375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334375; }

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

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

background-color css

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

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

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

border-color css

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

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

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