Html Css Color HEX #34465B Cello

📋 copy color: '#34465B'

red 52 ◦ green 70 ◦ blue 91

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

Shades of Cello #34465B

Tints of Cello #34465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 24.41%
G = 32.86%
B = 42.72%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34465B (or 0x34465B) is known color: Cello. HEX triplet: 34, 46 and 5B. RGB value is (52,70,91). Sum of RGB (Red+Green+Blue) = 52+70+91=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #34465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34465B is #CBB9A4. Grayscale: #424242. Windows color (decimal): -13351333 or 5981748. OLE color: 5981748.

HSL color Cylindrical-coordinate representation of color #34465B: hue angle of 212.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34465B is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 70 91 -
CMYK 0.43 0.23 0 0.64
HSL 212.31º 0.27% 0.28% -
HSV(B) 212.31º 0.43% 0.36% -
XYZ 5.49 5.87 10.74 -
YUV 67.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 52 70 91 0.43 0.23 0 0.64 212.31 0.27 0.28
Hex 34 46 5B 2B 17 0 40 D4 1B 1C
Octal 64 106 133 53 27 0 100 324 33 34
Binary 110100 1000110 1011011 101011 10111 0 1000000 11010100 11011 11100

Color Harmonies of #34465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34465B

Black with #34465B

Text Example


Text Example

White with #34465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34465B; }

 p { color: rgb(52,70,91); }

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

background-color css

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

 a { background-color: rgb(52,70,91); }

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

border-color css

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

 span { border-color: rgb(52,70,91); }

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