Html Css Color HEX #334A68 Cello

📋 copy color: '#334A68'

red 51 ◦ green 74 ◦ blue 104

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

Shades of Cello #334A68

Tints of Cello #334A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 22.27%
G = 32.31%
B = 45.41%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334A68 (or 0x334A68) is known color: Cello. HEX triplet: 33, 4A and 68. RGB value is (51,74,104). Sum of RGB (Red+Green+Blue) = 51+74+104=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #334A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A68 is #CCB597. Grayscale: #464646. Windows color (decimal): -13415832 or 6834739. OLE color: 6834739.

HSL color Cylindrical-coordinate representation of color #334A68: hue angle of 213.96º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334A68 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 74 104 -
CMYK 0.51 0.29 0 0.59
HSL 213.96º 0.34% 0.3% -
HSV(B) 213.96º 0.51% 0.41% -
XYZ 6.31 6.6 14.04 -
YUV 70.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 51 74 104 0.51 0.29 0 0.59 213.96 0.34 0.3
Hex 33 4A 68 33 1D 0 3B D6 22 1E
Octal 63 112 150 63 35 0 73 326 42 36
Binary 110011 1001010 1101000 110011 11101 0 111011 11010110 100010 11110

Color Harmonies of #334A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A68

Black with #334A68

Text Example


Text Example

White with #334A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,74,104); }

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

background-color css

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

 a { background-color: rgb(51,74,104); }

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

border-color css

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

 span { border-color: rgb(51,74,104); }

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