Html Css Color HEX #344B63 Cello

📋 copy color: '#344B63'

red 52 ◦ green 75 ◦ blue 99

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

Shades of Cello #344B63

Tints of Cello #344B63

RGB

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

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

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

R = 23.01%
G = 33.19%
B = 43.81%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#344B63 (or 0x344B63) is known color: Cello. HEX triplet: 34, 4B and 63. RGB value is (52,75,99). Sum of RGB (Red+Green+Blue) = 52+75+99=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #344B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B63 is #CBB49C. Grayscale: #464646. Windows color (decimal): -13350045 or 6507316. OLE color: 6507316.

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

Color convert

RGB 52 75 99 -
CMYK 0.47 0.24 0 0.61
HSL 210.64º 0.31% 0.3% -
HSV(B) 210.64º 0.47% 0.39% -
XYZ 6.18 6.66 12.76 -
YUV 70.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 52 75 99 0.47 0.24 0 0.61 210.64 0.31 0.3
Hex 34 4B 63 2F 18 0 3D D3 1F 1E
Octal 64 113 143 57 30 0 75 323 37 36
Binary 110100 1001011 1100011 101111 11000 0 111101 11010011 11111 11110

Color Harmonies of #344B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B63

Black with #344B63

Text Example


Text Example

White with #344B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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