Html Css Color HEX #384354 Rhino

📋 copy color: '#384354'

red 56 ◦ green 67 ◦ blue 84

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

Shades of Rhino #384354

Tints of Rhino #384354

RGB

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

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

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

R = 27.05%
G = 32.37%
B = 40.58%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384354 (or 0x384354) is known color: Rhino. HEX triplet: 38, 43 and 54. RGB value is (56,67,84). Sum of RGB (Red+Green+Blue) = 56+67+84=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #384354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384354 is #C7BCAB. Grayscale: #414141. Windows color (decimal): -13089964 or 5522232. OLE color: 5522232.

HSL color Cylindrical-coordinate representation of color #384354: hue angle of 216.43º 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 #384354 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 67 84 -
CMYK 0.33 0.20 0 0.67
HSL 216.43º 0.2% 0.27% -
HSV(B) 216.43º 0.33% 0.33% -
XYZ 5.24 5.5 9.17 -
YUV 65.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 56 67 84 0.33 0.20 0 0.67 216.43 0.2 0.27
Hex 38 43 54 21 14 0 43 D8 14 1B
Octal 70 103 124 41 24 0 103 330 24 33
Binary 111000 1000011 1010100 100001 10100 0 1000011 11011000 10100 11011

Color Harmonies of #384354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384354

Black with #384354

Text Example


Text Example

White with #384354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384354; }

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

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

background-color css

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

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

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

border-color css

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

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

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