#3155CF

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

Shades of Cerulean Blue #3155CF

Tints of Cerulean Blue #3155CF

Color information

#3155CF (or 0x3155CF) is unknown color: approx Cerulean Blue. HEX triplet: 31, 55 and CF. RGB value is (49,85,207). Sum of RGB (Red+Green+Blue) = 49+85+207=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #3155CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155CF is #CEAA30. Grayscale: #575757. Windows color (decimal): -13543985 or 13587761. OLE color: 13587761.

HSL color Cylindrical-coordinate representation of color #3155CF: hue angle of 226.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3155CF is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4985207-
CMYK0.760.5900.19
HSL226.33º62.2%50.2%-
HSV(B)226.33º76.33%81.18%-
XYZ15.7811.6560.45-
YUV88.14195.07100.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 207 (81.25% from 255) = 60.70%
R=14.37%
G=24.93%
B=60.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal49852070.760.5900.19226.3362.250.2
Hex3155CF4C3B013e23e32
Octal61125317114730233427662
Binary110001101010111001111100110011101101001111100010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3155CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3155CF; }

 p { color: rgb(49,85,207); }

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

<style>
 a { background-color: #3155CF; }

 a { background-color: rgb(49,85,207); }

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

<style>
 span { border-color: #3155CF; }

 span { border-color: rgb(49,85,207); }

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