Html Css Color HEX #3A434F Rhino

📋 copy color: '#3A434F'

red 58 ◦ green 67 ◦ blue 79

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

Shades of Rhino #3A434F

Tints of Rhino #3A434F

RGB

 RED value IS 58 (23.05% from 255) = 28.43%

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 28.43%
G = 32.84%
B = 38.73%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A434F (or 0x3A434F) is known color: Rhino. HEX triplet: 3A, 43 and 4F. RGB value is (58,67,79). Sum of RGB (Red+Green+Blue) = 58+67+79=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A434F is #C5BCB0. Grayscale: #414141. Windows color (decimal): -12958897 or 5194554. OLE color: 5194554.

HSL color Cylindrical-coordinate representation of color #3A434F: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A434F is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 67 79 -
CMYK 0.27 0.15 0 0.69
HSL 214.29º 0.15% 0.27% -
HSV(B) 214.29º 0.27% 0.31% -
XYZ 5.16 5.48 8.18 -
YUV 65.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 58 67 79 0.27 0.15 0 0.69 214.29 0.15 0.27
Hex 3A 43 4F 1B F 0 45 D6 F 1B
Octal 72 103 117 33 17 0 105 326 17 33
Binary 111010 1000011 1001111 11011 1111 0 1000101 11010110 1111 11011

Color Harmonies of #3A434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A434F

Black with #3A434F

Text Example


Text Example

White with #3A434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,79); }

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

background-color css

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

 a { background-color: rgb(58,67,79); }

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

border-color css

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

 span { border-color: rgb(58,67,79); }

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