Html Css Color HEX #344C63 Cello

📋 copy color: '#344C63'

red 52 ◦ green 76 ◦ blue 99

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

Shades of Cello #344C63

Tints of Cello #344C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

 BLUE value IS 99 (39.06% from 255) = 43.61%

R = 22.91%
G = 33.48%
B = 43.61%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#344C63 (or 0x344C63) is known color: Cello. HEX triplet: 34, 4C and 63. RGB value is (52,76,99). Sum of RGB (Red+Green+Blue) = 52+76+99=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #344C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C63 is #CBB39C. Grayscale: #474747. Windows color (decimal): -13349789 or 6507572. OLE color: 6507572.

HSL color Cylindrical-coordinate representation of color #344C63: hue angle of 209.36º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344C63 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 76 99 -
CMYK 0.47 0.23 0 0.61
HSL 209.36º 0.31% 0.3% -
HSV(B) 209.36º 0.47% 0.39% -
XYZ 6.25 6.8 12.79 -
YUV 71.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 52 76 99 0.47 0.23 0 0.61 209.36 0.31 0.3
Hex 34 4C 63 2F 17 0 3D D1 1F 1E
Octal 64 114 143 57 27 0 75 321 37 36
Binary 110100 1001100 1100011 101111 10111 0 111101 11010001 11111 11110

Color Harmonies of #344C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C63

Black with #344C63

Text Example


Text Example

White with #344C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,76,99); }

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

background-color css

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

 a { background-color: rgb(52,76,99); }

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

border-color css

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

 span { border-color: rgb(52,76,99); }

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