Html Css Color HEX #334C6E Cello

📋 copy color: '#334C6E'

red 51 ◦ green 76 ◦ blue 110

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

Shades of Cello #334C6E

Tints of Cello #334C6E

RGB

 RED value IS 51 (20.31% from 255) = 21.52%

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

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 21.52%
G = 32.07%
B = 46.41%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#334C6E (or 0x334C6E) is known color: Cello. HEX triplet: 33, 4C and 6E. RGB value is (51,76,110). Sum of RGB (Red+Green+Blue) = 51+76+110=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #334C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C6E is #CCB391. Grayscale: #484848. Windows color (decimal): -13415314 or 7228467. OLE color: 7228467.

HSL color Cylindrical-coordinate representation of color #334C6E: hue angle of 214.58º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #334C6E is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 76 110 -
CMYK 0.54 0.31 0 0.57
HSL 214.58º 0.37% 0.32% -
HSV(B) 214.58º 0.54% 0.43% -
XYZ 6.76 7 15.75 -
YUV 72.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 51 76 110 0.54 0.31 0 0.57 214.58 0.37 0.32
Hex 33 4C 6E 36 1F 0 39 D7 25 20
Octal 63 114 156 66 37 0 71 327 45 40
Binary 110011 1001100 1101110 110110 11111 0 111001 11010111 100101 100000

Color Harmonies of #334C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C6E

Black with #334C6E

Text Example


Text Example

White with #334C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334C6E; }

 p { color: rgb(51,76,110); }

 H1.HeaderClassName
 {
   color: #334C6E;
 }
 .AnyTagClassName
 {
   color: #334C6E;
 }
</style>

background-color css

<style>
 a { background-color: #334C6E; }

 a { background-color: rgb(51,76,110); }

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

border-color css

<style>
 span { border-color: #334C6E; }

 span { border-color: rgb(51,76,110); }

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