Html Css Color HEX #324273 Resolution Blue

📋 copy color: '#324273'

red 50 ◦ green 66 ◦ blue 115

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

Shades of Resolution Blue #324273

Tints of Resolution Blue #324273

RGB

 RED value IS 50 (19.92% from 255) = 21.65%

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 21.65%
G = 28.57%
B = 49.78%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#324273 (or 0x324273) is known color: Resolution Blue. HEX triplet: 32, 42 and 73. RGB value is (50,66,115). Sum of RGB (Red+Green+Blue) = 50+66+115=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #324273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324273 is #CDBD8C. Grayscale: #424242. Windows color (decimal): -13483405 or 7553586. OLE color: 7553586.

HSL color Cylindrical-coordinate representation of color #324273: hue angle of 225.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324273 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 66 115 -
CMYK 0.57 0.43 0 0.55
HSL 225.23º 0.39% 0.32% -
HSV(B) 225.23º 0.57% 0.45% -
XYZ 6.36 5.81 17.01 -
YUV 66.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 50 66 115 0.57 0.43 0 0.55 225.23 0.39 0.32
Hex 32 42 73 39 2B 0 37 E1 27 20
Octal 62 102 163 71 53 0 67 341 47 40
Binary 110010 1000010 1110011 111001 101011 0 110111 11100001 100111 100000

Color Harmonies of #324273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324273

Black with #324273

Text Example


Text Example

White with #324273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324273; }

 p { color: rgb(50,66,115); }

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

background-color css

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

 a { background-color: rgb(50,66,115); }

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

border-color css

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

 span { border-color: rgb(50,66,115); }

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