#335fb1

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

Shades of Cerulean Blue #335FB1

Tints of Cerulean Blue #335FB1

Color information

#335FB1 (or 0x335FB1) is unknown color: approx Cerulean Blue. HEX triplet: 33, 5F and B1. RGB value is (51,95,177). Sum of RGB (Red+Green+Blue) = 51+95+177=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #335FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335FB1 is #CCA04E. Grayscale: #5A5A5A. Windows color (decimal): -13410383 or 11624243. OLE color: 11624243.

HSL color Cylindrical-coordinate representation of color #335FB1: hue angle of 219.05º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #335FB1 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5195177-
CMYK0.710.4600.31
HSL219.05º55.26%44.71%-
HSV(B)219.05º71.19%69.41%-
XYZ13.3912.0643.22-
YUV91.19176.4299.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=15.79%
G=29.41%
B=54.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51951770.710.4600.31219.0555.2644.71
Hex335FB1472E01Fdb372d
Octal63137261107560373336755
Binary110011101111110110001100011110111001111111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335fb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335fb1; }

 p { color: rgb(51,95,177); }

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

<style>
 a { background-color: #335fb1; }

 a { background-color: rgb(51,95,177); }

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

<style>
 span { border-color: #335fb1; }

 span { border-color: rgb(51,95,177); }

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