#334FA5

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

Shades of Cerulean Blue #334FA5

Tints of Cerulean Blue #334FA5

Color information

#334FA5 (or 0x334FA5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4F and A5. RGB value is (51,79,165). Sum of RGB (Red+Green+Blue) = 51+79+165=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #334FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334FA5 is #CCB05A. Grayscale: #505050. Windows color (decimal): -13414491 or 10833715. OLE color: 10833715.

HSL color Cylindrical-coordinate representation of color #334FA5: hue angle of 225.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334FA5 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5179165-
CMYK0.690.5200.35
HSL225.26º52.78%42.35%-
HSV(B)225.26º69.09%64.71%-
XYZ10.959.0136.76-
YUV80.43175.72107.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=17.29%
G=26.78%
B=55.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51791650.690.5200.35225.2652.7842.35
Hex334FA54534023e1352a
Octal63117245105640433416552
Binary1100111001111101001011000101110100010001111100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,165); }

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

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

 a { background-color: rgb(51,79,165); }

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

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

 span { border-color: rgb(51,79,165); }

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