Html Css Color HEX #384454 Rhino

📋 copy color: '#384454'

red 56 ◦ green 68 ◦ blue 84

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

Shades of Rhino #384454

Tints of Rhino #384454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.69%

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

R = 26.92%
G = 32.69%
B = 40.38%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384454 (or 0x384454) is known color: Rhino. HEX triplet: 38, 44 and 54. RGB value is (56,68,84). Sum of RGB (Red+Green+Blue) = 56+68+84=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #384454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384454 is #C7BBAB. Grayscale: #424242. Windows color (decimal): -13089708 or 5522488. OLE color: 5522488.

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

Color convert

RGB 56 68 84 -
CMYK 0.33 0.19 0 0.67
HSL 214.29º 0.2% 0.27% -
HSV(B) 214.29º 0.33% 0.33% -
XYZ 5.3 5.62 9.19 -
YUV 66.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 56 68 84 0.33 0.19 0 0.67 214.29 0.2 0.27
Hex 38 44 54 21 13 0 43 D6 14 1B
Octal 70 104 124 41 23 0 103 326 24 33
Binary 111000 1000100 1010100 100001 10011 0 1000011 11010110 10100 11011

Color Harmonies of #384454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384454

Black with #384454

Text Example


Text Example

White with #384454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384454; }

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

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

background-color css

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

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

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

border-color css

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

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

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