Html Css Color HEX #38455A Rhino

📋 copy color: '#38455A'

red 56 ◦ green 69 ◦ blue 90

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

Shades of Rhino #38455A

Tints of Rhino #38455A

RGB

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

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

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

R = 26.05%
G = 32.09%
B = 41.86%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38455A (or 0x38455A) is known color: Rhino. HEX triplet: 38, 45 and 5A. RGB value is (56,69,90). Sum of RGB (Red+Green+Blue) = 56+69+90=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #38455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455A is #C7BAA5. Grayscale: #434343. Windows color (decimal): -13089446 or 5915960. OLE color: 5915960.

HSL color Cylindrical-coordinate representation of color #38455A: hue angle of 217.06º 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 #38455A is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 69 90 -
CMYK 0.38 0.23 0 0.65
HSL 217.06º 0.23% 0.29% -
HSV(B) 217.06º 0.38% 0.35% -
XYZ 5.6 5.84 10.5 -
YUV 67.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 56 69 90 0.38 0.23 0 0.65 217.06 0.23 0.29
Hex 38 45 5A 26 17 0 41 D9 17 1D
Octal 70 105 132 46 27 0 101 331 27 35
Binary 111000 1000101 1011010 100110 10111 0 1000001 11011001 10111 11101

Color Harmonies of #38455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38455A

Black with #38455A

Text Example


Text Example

White with #38455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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