#2645BF

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

Shades of Cerulean Blue #2645BF

Tints of Cerulean Blue #2645BF

Color information

#2645BF (or 0x2645BF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 45 and BF. RGB value is (38,69,191). Sum of RGB (Red+Green+Blue) = 38+69+191=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #2645BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645BF is #D9BA40. Grayscale: #494949. Windows color (decimal): -14268993 or 12535078. OLE color: 12535078.

HSL color Cylindrical-coordinate representation of color #2645BF: hue angle of 227.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2645BF is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3869191-
CMYK0.800.6400.25
HSL227.84º66.81%44.9%-
HSV(B)227.84º80.1%74.9%-
XYZ12.338.4350.27-
YUV73.64194.23102.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 191 (75% from 255) = 64.09%
R=12.75%
G=23.15%
B=64.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38691910.800.6400.25227.8466.8144.9
Hex2645BF5040019e4432d
Octal4610527712010003134410355
Binary10011010001011011111110100001000000011001111001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2645BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2645BF; }

 p { color: rgb(38,69,191); }

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

<style>
 a { background-color: #2645BF; }

 a { background-color: rgb(38,69,191); }

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

<style>
 span { border-color: #2645BF; }

 span { border-color: rgb(38,69,191); }

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