Html Css Color HEX #364383 Resolution Blue

📋 copy color: '#364383'

red 54 ◦ green 67 ◦ blue 131

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

Shades of Resolution Blue #364383

Tints of Resolution Blue #364383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 21.43%
G = 26.59%
B = 51.98%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364383 (or 0x364383) is known color: Resolution Blue. HEX triplet: 36, 43 and 83. RGB value is (54,67,131). Sum of RGB (Red+Green+Blue) = 54+67+131=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #364383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364383 is #C9BC7C. Grayscale: #464646. Windows color (decimal): -13220989 or 8602422. OLE color: 8602422.

HSL color Cylindrical-coordinate representation of color #364383: hue angle of 229.87º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364383 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 67 131 -
CMYK 0.59 0.49 0 0.49
HSL 229.87º 0.42% 0.36% -
HSV(B) 229.87º 0.59% 0.51% -
XYZ 7.63 6.44 22.31 -
YUV 70.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 54 67 131 0.59 0.49 0 0.49 229.87 0.42 0.36
Hex 36 43 83 3B 31 0 31 E6 2A 24
Octal 66 103 203 73 61 0 61 346 52 44
Binary 110110 1000011 10000011 111011 110001 0 110001 11100110 101010 100100

Color Harmonies of #364383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364383

Black with #364383

Text Example


Text Example

White with #364383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364383; }

 p { color: rgb(54,67,131); }

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

background-color css

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

 a { background-color: rgb(54,67,131); }

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

border-color css

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

 span { border-color: rgb(54,67,131); }

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