#2A64C2

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

Shades of Cerulean Blue #2A64C2

Tints of Cerulean Blue #2A64C2

Color information

#2A64C2 (or 0x2A64C2) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 64 and C2. RGB value is (42,100,194). Sum of RGB (Red+Green+Blue) = 42+100+194=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #2A64C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64C2 is #D59B3D. Grayscale: #5C5C5C. Windows color (decimal): -13998910 or 12739626. OLE color: 12739626.

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

Color convert

RGB42100194-
CMYK0.780.4800.24
HSL217.11º64.41%46.27%-
HSV(B)217.11º78.35%76.08%-
XYZ15.2513.552.84-
YUV93.37184.7891.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 194 (76.17% from 255) = 57.74%
R=12.5%
G=29.76%
B=57.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421001940.780.4800.24217.1164.4146.27
Hex2A64C24E30018d9402e
Octal521443021166003033110056
Binary1010101100100110000101001110110000011000110110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A64C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,100,194); }

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

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

 a { background-color: rgb(42,100,194); }

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

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

 span { border-color: rgb(42,100,194); }

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