Html Css Color HEX #38424F Rhino

📋 copy color: '#38424F'

red 56 ◦ green 66 ◦ blue 79

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

Shades of Rhino #38424F

Tints of Rhino #38424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 27.86%
G = 32.84%
B = 39.3%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38424F (or 0x38424F) is known color: Rhino. HEX triplet: 38, 42 and 4F. RGB value is (56,66,79). Sum of RGB (Red+Green+Blue) = 56+66+79=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #38424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38424F is #C7BDB0. Grayscale: #404040. Windows color (decimal): -13090225 or 5194296. OLE color: 5194296.

HSL color Cylindrical-coordinate representation of color #38424F: hue angle of 213.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38424F is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 66 79 -
CMYK 0.29 0.16 0 0.69
HSL 213.91º 0.17% 0.26% -
HSV(B) 213.91º 0.29% 0.31% -
XYZ 4.99 5.3 8.16 -
YUV 64.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 56 66 79 0.29 0.16 0 0.69 213.91 0.17 0.26
Hex 38 42 4F 1D 10 0 45 D6 11 1A
Octal 70 102 117 35 20 0 105 326 21 32
Binary 111000 1000010 1001111 11101 10000 0 1000101 11010110 10001 11010

Color Harmonies of #38424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38424F

Black with #38424F

Text Example


Text Example

White with #38424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38424F; }

 p { color: rgb(56,66,79); }

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

background-color css

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

 a { background-color: rgb(56,66,79); }

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

border-color css

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

 span { border-color: rgb(56,66,79); }

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