Html Css Color HEX #364272 Resolution Blue

📋 copy color: '#364272'

red 54 ◦ green 66 ◦ blue 114

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

Shades of Resolution Blue #364272

Tints of Resolution Blue #364272

RGB

 RED value IS 54 (21.48% from 255) = 23.08%

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

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 23.08%
G = 28.21%
B = 48.72%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#364272 (or 0x364272) is known color: Resolution Blue. HEX triplet: 36, 42 and 72. RGB value is (54,66,114). Sum of RGB (Red+Green+Blue) = 54+66+114=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #364272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364272 is #C9BD8D. Grayscale: #434343. Windows color (decimal): -13221262 or 7488054. OLE color: 7488054.

HSL color Cylindrical-coordinate representation of color #364272: hue angle of 228º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364272 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 66 114 -
CMYK 0.53 0.42 0 0.55
HSL 228º 0.36% 0.33% -
HSV(B) 228º 0.53% 0.45% -
XYZ 6.51 5.9 16.71 -
YUV 67.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 54 66 114 0.53 0.42 0 0.55 228 0.36 0.33
Hex 36 42 72 35 2A 0 37 E4 24 21
Octal 66 102 162 65 52 0 67 344 44 41
Binary 110110 1000010 1110010 110101 101010 0 110111 11100100 100100 100001

Color Harmonies of #364272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364272

Black with #364272

Text Example


Text Example

White with #364272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364272; }

 p { color: rgb(54,66,114); }

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

background-color css

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

 a { background-color: rgb(54,66,114); }

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

border-color css

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

 span { border-color: rgb(54,66,114); }

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