Html Css Color HEX #344A63 Cello

📋 copy color: '#344A63'

red 52 ◦ green 74 ◦ blue 99

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

Shades of Cello #344A63

Tints of Cello #344A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 23.11%
G = 32.89%
B = 44%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#344A63 (or 0x344A63) is known color: Cello. HEX triplet: 34, 4A and 63. RGB value is (52,74,99). Sum of RGB (Red+Green+Blue) = 52+74+99=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #344A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A63 is #CBB59C. Grayscale: #464646. Windows color (decimal): -13350301 or 6507060. OLE color: 6507060.

HSL color Cylindrical-coordinate representation of color #344A63: hue angle of 211.91º 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 #344A63 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 74 99 -
CMYK 0.47 0.25 0 0.61
HSL 211.91º 0.31% 0.3% -
HSV(B) 211.91º 0.47% 0.39% -
XYZ 6.12 6.53 12.74 -
YUV 70.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 52 74 99 0.47 0.25 0 0.61 211.91 0.31 0.3
Hex 34 4A 63 2F 19 0 3D D4 1F 1E
Octal 64 112 143 57 31 0 75 324 37 36
Binary 110100 1001010 1100011 101111 11001 0 111101 11010100 11111 11110

Color Harmonies of #344A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A63

Black with #344A63

Text Example


Text Example

White with #344A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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