Html Css Color HEX #3F4B5D Rhino

📋 copy color: '#3F4B5D'

red 63 ◦ green 75 ◦ blue 93

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

Shades of Rhino #3F4B5D

Tints of Rhino #3F4B5D

RGB

 RED value IS 63 (25% from 255) = 27.27%

 GREEN value IS 75 (29.69% from 255) = 32.47%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 27.27%
G = 32.47%
B = 40.26%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F4B5D (or 0x3F4B5D) is known color: Rhino. HEX triplet: 3F, 4B and 5D. RGB value is (63,75,93). Sum of RGB (Red+Green+Blue) = 63+75+93=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F4B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B5D is #C0B4A2. Grayscale: #494949. Windows color (decimal): -12629155 or 6114111. OLE color: 6114111.

HSL color Cylindrical-coordinate representation of color #3F4B5D: hue angle of 216º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F4B5D is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 75 93 -
CMYK 0.32 0.19 0 0.64
HSL 216º 0.19% 0.31% -
HSV(B) 216º 0.32% 0.36% -
XYZ 6.54 6.88 11.34 -
YUV 73.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 63 75 93 0.32 0.19 0 0.64 216 0.19 0.31
Hex 3F 4B 5D 20 13 0 40 D8 13 1F
Octal 77 113 135 40 23 0 100 330 23 37
Binary 111111 1001011 1011101 100000 10011 0 1000000 11011000 10011 11111

Color Harmonies of #3F4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B5D

Black with #3F4B5D

Text Example


Text Example

White with #3F4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F4B5D; }

 p { color: rgb(63,75,93); }

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

background-color css

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

 a { background-color: rgb(63,75,93); }

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

border-color css

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

 span { border-color: rgb(63,75,93); }

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