Html Css Color HEX #364358 Rhino

📋 copy color: '#364358'

red 54 ◦ green 67 ◦ blue 88

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

Shades of Rhino #364358

Tints of Rhino #364358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 25.84%
G = 32.06%
B = 42.11%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364358 (or 0x364358) is known color: Rhino. HEX triplet: 36, 43 and 58. RGB value is (54,67,88). Sum of RGB (Red+Green+Blue) = 54+67+88=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #364358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364358 is #C9BCA7. Grayscale: #414141. Windows color (decimal): -13221032 or 5784374. OLE color: 5784374.

HSL color Cylindrical-coordinate representation of color #364358: hue angle of 217.06º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364358 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 67 88 -
CMYK 0.39 0.24 0 0.65
HSL 217.06º 0.24% 0.28% -
HSV(B) 217.06º 0.39% 0.35% -
XYZ 5.29 5.5 10.02 -
YUV 65.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 54 67 88 0.39 0.24 0 0.65 217.06 0.24 0.28
Hex 36 43 58 27 18 0 41 D9 18 1C
Octal 66 103 130 47 30 0 101 331 30 34
Binary 110110 1000011 1011000 100111 11000 0 1000001 11011001 11000 11100

Color Harmonies of #364358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364358

Black with #364358

Text Example


Text Example

White with #364358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364358; }

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

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

background-color css

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

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

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

border-color css

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

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

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