Html Css Color HEX #344B5C Cello

📋 copy color: '#344B5C'

red 52 ◦ green 75 ◦ blue 92

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

Shades of Cello #344B5C

Tints of Cello #344B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 23.74%
G = 34.25%
B = 42.01%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#344B5C (or 0x344B5C) is known color: Cello. HEX triplet: 34, 4B and 5C. RGB value is (52,75,92). Sum of RGB (Red+Green+Blue) = 52+75+92=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #344B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B5C is #CBB4A3. Grayscale: #454545. Windows color (decimal): -13350052 or 6048564. OLE color: 6048564.

HSL color Cylindrical-coordinate representation of color #344B5C: hue angle of 205.5º degrees, saturation: 0.28, 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 #344B5C is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 75 92 -
CMYK 0.43 0.18 0 0.64
HSL 205.5º 0.28% 0.28% -
HSV(B) 205.5º 0.43% 0.36% -
XYZ 5.86 6.53 11.08 -
YUV 70.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 52 75 92 0.43 0.18 0 0.64 205.5 0.28 0.28
Hex 34 4B 5C 2B 12 0 40 CE 1C 1C
Octal 64 113 134 53 22 0 100 316 34 34
Binary 110100 1001011 1011100 101011 10010 0 1000000 11001110 11100 11100

Color Harmonies of #344B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B5C

Black with #344B5C

Text Example


Text Example

White with #344B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B5C; }

 p { color: rgb(52,75,92); }

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

background-color css

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

 a { background-color: rgb(52,75,92); }

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

border-color css

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

 span { border-color: rgb(52,75,92); }

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