Html Css Color HEX #38465A Rhino

📋 copy color: '#38465A'

red 56 ◦ green 70 ◦ blue 90

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

Shades of Rhino #38465A

Tints of Rhino #38465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 25.93%
G = 32.41%
B = 41.67%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38465A (or 0x38465A) is known color: Rhino. HEX triplet: 38, 46 and 5A. RGB value is (56,70,90). Sum of RGB (Red+Green+Blue) = 56+70+90=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #38465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465A is #C7B9A5. Grayscale: #444444. Windows color (decimal): -13089190 or 5916216. OLE color: 5916216.

HSL color Cylindrical-coordinate representation of color #38465A: hue angle of 215.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38465A is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 70 90 -
CMYK 0.38 0.22 0 0.65
HSL 215.29º 0.23% 0.29% -
HSV(B) 215.29º 0.38% 0.35% -
XYZ 5.67 5.96 10.52 -
YUV 68.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 56 70 90 0.38 0.22 0 0.65 215.29 0.23 0.29
Hex 38 46 5A 26 16 0 41 D7 17 1D
Octal 70 106 132 46 26 0 101 327 27 35
Binary 111000 1000110 1011010 100110 10110 0 1000001 11010111 10111 11101

Color Harmonies of #38465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38465A

Black with #38465A

Text Example


Text Example

White with #38465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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