#334B63

Color #334B63 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #334B63

Tints of Cello #334B63

Color information

#334B63 (or 0x334B63) is unknown color: approx Cello. HEX triplet: 33, 4B and 63. RGB value is (51,75,99). Sum of RGB (Red+Green+Blue) = 51+75+99=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 75 (29.69% from 255 or 33.33% 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 #334B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B63 is #CCB49C. Grayscale: #464646. Windows color (decimal): -13415581 or 6507315. OLE color: 6507315.

HSL color Cylindrical-coordinate representation of color #334B63: hue angle of 210º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334B63 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB517599-
CMYK0.480.2400.61
HSL210º32%29.41%-
HSV(B)210º48.48%38.82%-
XYZ6.136.6412.76-
YUV70.56144.05114.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 44%
R=22.67%
G=33.33%
B=44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5175990.480.2400.612103229.41
Hex334B63301803Dd2201d
Octal6311314360300753224035
Binary110011100101111000111100001100001111011101001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #334B63;
 }
 .AnyTagClassName
 {
   color: #334B63;
 }
</style>
background-color css

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

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

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

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

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

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