Html Css Color HEX #384456 Rhino

📋 copy color: '#384456'

red 56 ◦ green 68 ◦ blue 86

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

Shades of Rhino #384456

Tints of Rhino #384456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 26.67%
G = 32.38%
B = 40.95%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384456 (or 0x384456) is known color: Rhino. HEX triplet: 38, 44 and 56. RGB value is (56,68,86). Sum of RGB (Red+Green+Blue) = 56+68+86=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #384456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384456 is #C7BBA9. Grayscale: #424242. Windows color (decimal): -13089706 or 5653560. OLE color: 5653560.

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

Color convert

RGB 56 68 86 -
CMYK 0.35 0.21 0 0.66
HSL 216º 0.21% 0.28% -
HSV(B) 216º 0.35% 0.34% -
XYZ 5.38 5.65 9.61 -
YUV 66.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 56 68 86 0.35 0.21 0 0.66 216 0.21 0.28
Hex 38 44 56 23 15 0 42 D8 15 1C
Octal 70 104 126 43 25 0 102 330 25 34
Binary 111000 1000100 1010110 100011 10101 0 1000010 11011000 10101 11100

Color Harmonies of #384456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384456

Black with #384456

Text Example


Text Example

White with #384456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384456; }

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

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

background-color css

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

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

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

border-color css

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

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

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