Html Css Color HEX #384657 Rhino

📋 copy color: '#384657'

red 56 ◦ green 70 ◦ blue 87

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

Shades of Rhino #384657

Tints of Rhino #384657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 26.29%
G = 32.86%
B = 40.85%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384657 (or 0x384657) is known color: Rhino. HEX triplet: 38, 46 and 57. RGB value is (56,70,87). Sum of RGB (Red+Green+Blue) = 56+70+87=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #384657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384657 is #C7B9A8. Grayscale: #434343. Windows color (decimal): -13089193 or 5719608. OLE color: 5719608.

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

Color convert

RGB 56 70 87 -
CMYK 0.36 0.20 0 0.66
HSL 212.9º 0.22% 0.28% -
HSV(B) 212.9º 0.36% 0.34% -
XYZ 5.54 5.91 9.87 -
YUV 67.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 56 70 87 0.36 0.20 0 0.66 212.9 0.22 0.28
Hex 38 46 57 24 14 0 42 D5 16 1C
Octal 70 106 127 44 24 0 102 325 26 34
Binary 111000 1000110 1010111 100100 10100 0 1000010 11010101 10110 11100

Color Harmonies of #384657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384657

Black with #384657

Text Example


Text Example

White with #384657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384657; }

 p { color: rgb(56,70,87); }

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

background-color css

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

 a { background-color: rgb(56,70,87); }

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

border-color css

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

 span { border-color: rgb(56,70,87); }

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