Html Css Color HEX #384554 Rhino

📋 copy color: '#384554'

red 56 ◦ green 69 ◦ blue 84

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

Shades of Rhino #384554

Tints of Rhino #384554

RGB

 RED value IS 56 (22.27% from 255) = 26.79%

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 26.79%
G = 33.01%
B = 40.19%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384554 (or 0x384554) is known color: Rhino. HEX triplet: 38, 45 and 54. RGB value is (56,69,84). Sum of RGB (Red+Green+Blue) = 56+69+84=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #384554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384554 is #C7BAAB. Grayscale: #424242. Windows color (decimal): -13089452 or 5522744. OLE color: 5522744.

HSL color Cylindrical-coordinate representation of color #384554: hue angle of 212.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384554 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 69 84 -
CMYK 0.33 0.18 0 0.67
HSL 212.14º 0.2% 0.27% -
HSV(B) 212.14º 0.33% 0.33% -
XYZ 5.36 5.74 9.21 -
YUV 66.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 56 69 84 0.33 0.18 0 0.67 212.14 0.2 0.27
Hex 38 45 54 21 12 0 43 D4 14 1B
Octal 70 105 124 41 22 0 103 324 24 33
Binary 111000 1000101 1010100 100001 10010 0 1000011 11010100 10100 11011

Color Harmonies of #384554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384554

Black with #384554

Text Example


Text Example

White with #384554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384554; }

 p { color: rgb(56,69,84); }

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

background-color css

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

 a { background-color: rgb(56,69,84); }

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

border-color css

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

 span { border-color: rgb(56,69,84); }

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