Html Css Color HEX #384355 Rhino

📋 copy color: '#384355'

red 56 ◦ green 67 ◦ blue 85

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

Shades of Rhino #384355

Tints of Rhino #384355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.21%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 26.92%
G = 32.21%
B = 40.87%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384355 (or 0x384355) is known color: Rhino. HEX triplet: 38, 43 and 55. RGB value is (56,67,85). Sum of RGB (Red+Green+Blue) = 56+67+85=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #384355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384355 is #C7BCAA. Grayscale: #414141. Windows color (decimal): -13089963 or 5587768. OLE color: 5587768.

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

Color convert

RGB 56 67 85 -
CMYK 0.34 0.21 0 0.67
HSL 217.24º 0.21% 0.28% -
HSV(B) 217.24º 0.34% 0.33% -
XYZ 5.28 5.51 9.38 -
YUV 65.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 56 67 85 0.34 0.21 0 0.67 217.24 0.21 0.28
Hex 38 43 55 22 15 0 43 D9 15 1C
Octal 70 103 125 42 25 0 103 331 25 34
Binary 111000 1000011 1010101 100010 10101 0 1000011 11011001 10101 11100

Color Harmonies of #384355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384355

Black with #384355

Text Example


Text Example

White with #384355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384355; }

 p { color: rgb(56,67,85); }

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

background-color css

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

 a { background-color: rgb(56,67,85); }

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

border-color css

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

 span { border-color: rgb(56,67,85); }

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