#2E65BF

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

Shades of Cerulean Blue #2E65BF

Tints of Cerulean Blue #2E65BF

Color information

#2E65BF (or 0x2E65BF) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 65 and BF. RGB value is (46,101,191). Sum of RGB (Red+Green+Blue) = 46+101+191=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E65BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E65BF is #D19A40. Grayscale: #5E5E5E. Windows color (decimal): -13736513 or 12543278. OLE color: 12543278.

HSL color Cylindrical-coordinate representation of color #2E65BF: hue angle of 217.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E65BF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46101191-
CMYK0.760.4700.25
HSL217.24º61.18%46.47%-
HSV(B)217.24º75.92%74.9%-
XYZ15.1813.6551.12-
YUV94.82182.2893.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.61%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 191 (75% from 255) = 56.51%
R=13.61%
G=29.88%
B=56.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461011910.760.4700.25217.2461.1846.47
Hex2E65BF4C2F019d93d2e
Octal56145277114570313317556
Binary101110110010110111111100110010111101100111011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E65BF; }

 p { color: rgb(46,101,191); }

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

<style>
 a { background-color: #2E65BF; }

 a { background-color: rgb(46,101,191); }

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

<style>
 span { border-color: #2E65BF; }

 span { border-color: rgb(46,101,191); }

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