#334fbf

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

Shades of Cerulean Blue #334FBF

Tints of Cerulean Blue #334FBF

Color information

#334FBF (or 0x334FBF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4F and BF. RGB value is (51,79,191). Sum of RGB (Red+Green+Blue) = 51+79+191=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #334FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FBF is #CCB040. Grayscale: #525252. Windows color (decimal): -13414465 or 12537651. OLE color: 12537651.

HSL color Cylindrical-coordinate representation of color #334FBF: hue angle of 228º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334FBF is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5179191-
CMYK0.730.5900.25
HSL228º57.85%47.45%-
HSV(B)228º73.3%74.9%-
XYZ13.5710.0650.52-
YUV83.4188.72104.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 191 (75% from 255) = 59.50%
R=15.89%
G=24.61%
B=59.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51791910.730.5900.2522857.8547.45
Hex334FBF493B019e43a2f
Octal63117277111730313447257
Binary110011100111110111111100100111101101100111100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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