#2A65C0

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

Shades of Cerulean Blue #2A65C0

Tints of Cerulean Blue #2A65C0

Color information

#2A65C0 (or 0x2A65C0) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 65 and C0. RGB value is (42,101,192). Sum of RGB (Red+Green+Blue) = 42+101+192=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A65C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65C0 is #D59A3F. Grayscale: #5D5D5D. Windows color (decimal): -13998656 or 12608810. OLE color: 12608810.

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

Color convert

RGB42101192-
CMYK0.780.4700.25
HSL216.4º64.1%45.88%-
HSV(B)216.4º78.12%75.29%-
XYZ15.1213.6151.7-
YUV93.73183.4591.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 192 (75.39% from 255) = 57.31%
R=12.54%
G=30.15%
B=57.31%

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
Decimal421011920.780.4700.25216.464.145.88
Hex2A65C04E2F019d8402e
Octal521453001165703133010056
Binary1010101100101110000001001110101111011001110110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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