Html Css Color HEX #364072 Resolution Blue

📋 copy color: '#364072'

red 54 ◦ green 64 ◦ blue 114

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

Shades of Resolution Blue #364072

Tints of Resolution Blue #364072

RGB

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

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

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

R = 23.28%
G = 27.59%
B = 49.14%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#364072 (or 0x364072) is known color: Resolution Blue. HEX triplet: 36, 40 and 72. RGB value is (54,64,114). Sum of RGB (Red+Green+Blue) = 54+64+114=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #364072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364072 is #C9BF8D. Grayscale: #424242. Windows color (decimal): -13221774 or 7487542. OLE color: 7487542.

HSL color Cylindrical-coordinate representation of color #364072: hue angle of 230º 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 #364072 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 64 114 -
CMYK 0.53 0.44 0 0.55
HSL 230º 0.36% 0.33% -
HSV(B) 230º 0.53% 0.45% -
XYZ 6.39 5.67 16.68 -
YUV 66.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 54 64 114 0.53 0.44 0 0.55 230 0.36 0.33
Hex 36 40 72 35 2C 0 37 E6 24 21
Octal 66 100 162 65 54 0 67 346 44 41
Binary 110110 1000000 1110010 110101 101100 0 110111 11100110 100100 100001

Color Harmonies of #364072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364072

Black with #364072

Text Example


Text Example

White with #364072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364072; }

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

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

background-color css

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

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

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

border-color css

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

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

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