Html Css Color HEX #344252 Rhino

📋 copy color: '#344252'

red 52 ◦ green 66 ◦ blue 82

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

Shades of Rhino #344252

Tints of Rhino #344252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41%

R = 26%
G = 33%
B = 41%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344252 (or 0x344252) is known color: Rhino. HEX triplet: 34, 42 and 52. RGB value is (52,66,82). Sum of RGB (Red+Green+Blue) = 52+66+82=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #344252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344252 is #CBBDAD. Grayscale: #3F3F3F. Windows color (decimal): -13352366 or 5390900. OLE color: 5390900.

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

Color convert

RGB 52 66 82 -
CMYK 0.37 0.20 0 0.68
HSL 212º 0.22% 0.26% -
HSV(B) 212º 0.37% 0.32% -
XYZ 4.89 5.24 8.74 -
YUV 63.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 52 66 82 0.37 0.20 0 0.68 212 0.22 0.26
Hex 34 42 52 25 14 0 44 D4 16 1A
Octal 64 102 122 45 24 0 104 324 26 32
Binary 110100 1000010 1010010 100101 10100 0 1000100 11010100 10110 11010

Color Harmonies of #344252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344252

Black with #344252

Text Example


Text Example

White with #344252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344252; }

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

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

background-color css

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

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

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

border-color css

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

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

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