Html Css Color HEX #384553 Rhino

📋 copy color: '#384553'

red 56 ◦ green 69 ◦ blue 83

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

Shades of Rhino #384553

Tints of Rhino #384553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 26.92%
G = 33.17%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384553 (or 0x384553) is known color: Rhino. HEX triplet: 38, 45 and 53. RGB value is (56,69,83). Sum of RGB (Red+Green+Blue) = 56+69+83=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #384553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384553 is #C7BAAC. Grayscale: #424242. Windows color (decimal): -13089453 or 5457208. OLE color: 5457208.

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

Color convert

RGB 56 69 83 -
CMYK 0.33 0.17 0 0.67
HSL 211.11º 0.19% 0.27% -
HSV(B) 211.11º 0.33% 0.33% -
XYZ 5.32 5.72 9.01 -
YUV 66.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 56 69 83 0.33 0.17 0 0.67 211.11 0.19 0.27
Hex 38 45 53 21 11 0 43 D3 13 1B
Octal 70 105 123 41 21 0 103 323 23 33
Binary 111000 1000101 1010011 100001 10001 0 1000011 11010011 10011 11011

Color Harmonies of #384553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384553

Black with #384553

Text Example


Text Example

White with #384553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384553; }

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

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

background-color css

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

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

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

border-color css

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

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

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