Html Css Color HEX #344253 Rhino

📋 copy color: '#344253'

red 52 ◦ green 66 ◦ blue 83

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

Shades of Rhino #344253

Tints of Rhino #344253

RGB

 RED value IS 52 (20.7% from 255) = 25.87%

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

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 25.87%
G = 32.84%
B = 41.29%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344253 (or 0x344253) is known color: Rhino. HEX triplet: 34, 42 and 53. RGB value is (52,66,83). Sum of RGB (Red+Green+Blue) = 52+66+83=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #344253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344253 is #CBBDAC. Grayscale: #3F3F3F. Windows color (decimal): -13352365 or 5456436. OLE color: 5456436.

HSL color Cylindrical-coordinate representation of color #344253: hue angle of 212.9º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344253 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 66 83 -
CMYK 0.37 0.20 0 0.67
HSL 212.9º 0.23% 0.26% -
HSV(B) 212.9º 0.37% 0.33% -
XYZ 4.93 5.25 8.94 -
YUV 63.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 52 66 83 0.37 0.20 0 0.67 212.9 0.23 0.26
Hex 34 42 53 25 14 0 43 D5 17 1A
Octal 64 102 123 45 24 0 103 325 27 32
Binary 110100 1000010 1010011 100101 10100 0 1000011 11010101 10111 11010

Color Harmonies of #344253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344253

Black with #344253

Text Example


Text Example

White with #344253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344253; }

 p { color: rgb(52,66,83); }

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

background-color css

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

 a { background-color: rgb(52,66,83); }

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

border-color css

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

 span { border-color: rgb(52,66,83); }

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