Html Css Color HEX #384356 Rhino

📋 copy color: '#384356'

red 56 ◦ green 67 ◦ blue 86

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

Shades of Rhino #384356

Tints of Rhino #384356

RGB

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

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

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

R = 26.79%
G = 32.06%
B = 41.15%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384356 (or 0x384356) is known color: Rhino. HEX triplet: 38, 43 and 56. RGB value is (56,67,86). Sum of RGB (Red+Green+Blue) = 56+67+86=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #384356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384356 is #C7BCA9. Grayscale: #414141. Windows color (decimal): -13089962 or 5653304. OLE color: 5653304.

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

Color convert

RGB 56 67 86 -
CMYK 0.35 0.22 0 0.66
HSL 218º 0.21% 0.28% -
HSV(B) 218º 0.35% 0.34% -
XYZ 5.32 5.53 9.59 -
YUV 65.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 56 67 86 0.35 0.22 0 0.66 218 0.21 0.28
Hex 38 43 56 23 16 0 42 DA 15 1C
Octal 70 103 126 43 26 0 102 332 25 34
Binary 111000 1000011 1010110 100011 10110 0 1000010 11011010 10101 11100

Color Harmonies of #384356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384356

Black with #384356

Text Example


Text Example

White with #384356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384356; }

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

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

background-color css

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

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

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

border-color css

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

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

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