Html Css Color HEX #344355 Rhino

📋 copy color: '#344355'

red 52 ◦ green 67 ◦ blue 85

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

Shades of Rhino #344355

Tints of Rhino #344355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 25.49%
G = 32.84%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344355 (or 0x344355) is known color: Rhino. HEX triplet: 34, 43 and 55. RGB value is (52,67,85). Sum of RGB (Red+Green+Blue) = 52+67+85=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #344355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344355 is #CBBCAA. Grayscale: #404040. Windows color (decimal): -13352107 or 5587764. OLE color: 5587764.

HSL color Cylindrical-coordinate representation of color #344355: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344355 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 67 85 -
CMYK 0.39 0.21 0 0.67
HSL 212.73º 0.24% 0.27% -
HSV(B) 212.73º 0.39% 0.33% -
XYZ 5.06 5.4 9.37 -
YUV 64.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 52 67 85 0.39 0.21 0 0.67 212.73 0.24 0.27
Hex 34 43 55 27 15 0 43 D5 18 1B
Octal 64 103 125 47 25 0 103 325 30 33
Binary 110100 1000011 1010101 100111 10101 0 1000011 11010101 11000 11011

Color Harmonies of #344355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344355

Black with #344355

Text Example


Text Example

White with #344355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344355; }

 p { color: rgb(52,67,85); }

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

background-color css

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

 a { background-color: rgb(52,67,85); }

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

border-color css

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

 span { border-color: rgb(52,67,85); }

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