Html Css Color HEX #334085 Resolution Blue

📋 copy color: '#334085'

red 51 ◦ green 64 ◦ blue 133

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

Shades of Resolution Blue #334085

Tints of Resolution Blue #334085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 20.56%
G = 25.81%
B = 53.63%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334085 (or 0x334085) is known color: Resolution Blue. HEX triplet: 33, 40 and 85. RGB value is (51,64,133). Sum of RGB (Red+Green+Blue) = 51+64+133=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #334085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334085 is #CCBF7A. Grayscale: #434343. Windows color (decimal): -13418363 or 8732723. OLE color: 8732723.

HSL color Cylindrical-coordinate representation of color #334085: hue angle of 230.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334085 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 64 133 -
CMYK 0.62 0.52 0 0.48
HSL 230.49º 0.45% 0.36% -
HSV(B) 230.49º 0.62% 0.52% -
XYZ 7.43 6.06 22.97 -
YUV 67.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 51 64 133 0.62 0.52 0 0.48 230.49 0.45 0.36
Hex 33 40 85 3E 34 0 30 E6 2D 24
Octal 63 100 205 76 64 0 60 346 55 44
Binary 110011 1000000 10000101 111110 110100 0 110000 11100110 101101 100100

Color Harmonies of #334085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334085

Black with #334085

Text Example


Text Example

White with #334085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334085; }

 p { color: rgb(51,64,133); }

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

background-color css

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

 a { background-color: rgb(51,64,133); }

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

border-color css

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

 span { border-color: rgb(51,64,133); }

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