#2A65BE

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

Shades of Cerulean Blue #2A65BE

Tints of Cerulean Blue #2A65BE

Color information

#2A65BE (or 0x2A65BE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 65 and BE. RGB value is (42,101,190). Sum of RGB (Red+Green+Blue) = 42+101+190=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A65BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65BE is #D59A41. Grayscale: #5D5D5D. Windows color (decimal): -13998658 or 12477738. OLE color: 12477738.

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

Color convert

RGB42101190-
CMYK0.780.4700.25
HSL216.08º63.79%45.49%-
HSV(B)216.08º77.89%74.51%-
XYZ14.913.5250.54-
YUV93.5182.4591.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=12.61%
G=30.33%
B=57.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421011900.780.4700.25216.0863.7945.49
Hex2A65BE4E2F019d8402d
Octal521452761165703133010055
Binary1010101100101101111101001110101111011001110110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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