#2C65BE

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

Shades of Cerulean Blue #2C65BE

Tints of Cerulean Blue #2C65BE

Color information

#2C65BE (or 0x2C65BE) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 65 and BE. RGB value is (44,101,190). Sum of RGB (Red+Green+Blue) = 44+101+190=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C65BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C65BE is #D39A41. Grayscale: #5D5D5D. Windows color (decimal): -13867586 or 12477740. OLE color: 12477740.

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

Color convert

RGB44101190-
CMYK0.770.4700.25
HSL216.58º62.39%45.88%-
HSV(B)216.58º76.84%74.51%-
XYZ14.9913.5650.54-
YUV94.1182.1292.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=13.13%
G=30.15%
B=56.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441011900.770.4700.25216.5862.3945.88
Hex2C65BE4D2F019d93e2e
Octal54145276115570313317656
Binary101100110010110111110100110110111101100111011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,190); }

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

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

 a { background-color: rgb(44,101,190); }

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

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

 span { border-color: rgb(44,101,190); }

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