Html Css Color HEX #384658 Rhino

📋 copy color: '#384658'

red 56 ◦ green 70 ◦ blue 88

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

Shades of Rhino #384658

Tints of Rhino #384658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 26.17%
G = 32.71%
B = 41.12%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384658 (or 0x384658) is known color: Rhino. HEX triplet: 38, 46 and 58. RGB value is (56,70,88). Sum of RGB (Red+Green+Blue) = 56+70+88=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #384658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384658 is #C7B9A7. Grayscale: #434343. Windows color (decimal): -13089192 or 5785144. OLE color: 5785144.

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

Color convert

RGB 56 70 88 -
CMYK 0.36 0.20 0 0.65
HSL 213.75º 0.22% 0.28% -
HSV(B) 213.75º 0.36% 0.35% -
XYZ 5.58 5.93 10.08 -
YUV 67.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 56 70 88 0.36 0.20 0 0.65 213.75 0.22 0.28
Hex 38 46 58 24 14 0 41 D6 16 1C
Octal 70 106 130 44 24 0 101 326 26 34
Binary 111000 1000110 1011000 100100 10100 0 1000001 11010110 10110 11100

Color Harmonies of #384658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384658

Black with #384658

Text Example


Text Example

White with #384658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384658; }

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

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

background-color css

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

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

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

border-color css

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

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

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