Html Css Color HEX #364675 Resolution Blue

📋 copy color: '#364675'

red 54 ◦ green 70 ◦ blue 117

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

Shades of Resolution Blue #364675

Tints of Resolution Blue #364675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

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

R = 22.41%
G = 29.05%
B = 48.55%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#364675 (or 0x364675) is known color: Resolution Blue. HEX triplet: 36, 46 and 75. RGB value is (54,70,117). Sum of RGB (Red+Green+Blue) = 54+70+117=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #364675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364675 is #C9B98A. Grayscale: #464646. Windows color (decimal): -13220235 or 7685686. OLE color: 7685686.

HSL color Cylindrical-coordinate representation of color #364675: hue angle of 224.76º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364675 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 70 117 -
CMYK 0.54 0.40 0 0.54
HSL 224.76º 0.37% 0.34% -
HSV(B) 224.76º 0.54% 0.46% -
XYZ 6.92 6.45 17.71 -
YUV 70.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 54 70 117 0.54 0.40 0 0.54 224.76 0.37 0.34
Hex 36 46 75 36 28 0 36 E1 25 22
Octal 66 106 165 66 50 0 66 341 45 42
Binary 110110 1000110 1110101 110110 101000 0 110110 11100001 100101 100010

Color Harmonies of #364675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364675

Black with #364675

Text Example


Text Example

White with #364675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364675; }

 p { color: rgb(54,70,117); }

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

background-color css

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

 a { background-color: rgb(54,70,117); }

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

border-color css

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

 span { border-color: rgb(54,70,117); }

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