Html Css Color HEX #384556 Rhino

📋 copy color: '#384556'

red 56 ◦ green 69 ◦ blue 86

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

Shades of Rhino #384556

Tints of Rhino #384556

RGB

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

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

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

R = 26.54%
G = 32.7%
B = 40.76%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384556 (or 0x384556) is known color: Rhino. HEX triplet: 38, 45 and 56. RGB value is (56,69,86). Sum of RGB (Red+Green+Blue) = 56+69+86=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #384556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384556 is #C7BAA9. Grayscale: #424242. Windows color (decimal): -13089450 or 5653816. OLE color: 5653816.

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

Color convert

RGB 56 69 86 -
CMYK 0.35 0.20 0 0.66
HSL 214º 0.21% 0.28% -
HSV(B) 214º 0.35% 0.34% -
XYZ 5.44 5.77 9.63 -
YUV 67.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 56 69 86 0.35 0.20 0 0.66 214 0.21 0.28
Hex 38 45 56 23 14 0 42 D6 15 1C
Octal 70 105 126 43 24 0 102 326 25 34
Binary 111000 1000101 1010110 100011 10100 0 1000010 11010110 10101 11100

Color Harmonies of #384556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384556

Black with #384556

Text Example


Text Example

White with #384556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384556; }

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

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

background-color css

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

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

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

border-color css

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

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

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