#2E64BF

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

Shades of Cerulean Blue #2E64BF

Tints of Cerulean Blue #2E64BF

Color information

#2E64BF (or 0x2E64BF) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 64 and BF. RGB value is (46,100,191). Sum of RGB (Red+Green+Blue) = 46+100+191=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E64BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E64BF is #D19B40. Grayscale: #5D5D5D. Windows color (decimal): -13736769 or 12543022. OLE color: 12543022.

HSL color Cylindrical-coordinate representation of color #2E64BF: hue angle of 217.66º 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 #2E64BF is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46100191-
CMYK0.760.4800.25
HSL217.66º61.18%46.47%-
HSV(B)217.66º75.92%74.9%-
XYZ15.0913.4651.09-
YUV94.23182.6193.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.65%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 191 (75% from 255) = 56.68%
R=13.65%
G=29.67%
B=56.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461001910.760.4800.25217.6661.1846.47
Hex2E64BF4C30019da3d2e
Octal56144277114600313327556
Binary101110110010010111111100110011000001100111011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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