#2A64C1

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

Shades of Cerulean Blue #2A64C1

Tints of Cerulean Blue #2A64C1

Color information

#2A64C1 (or 0x2A64C1) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 64 and C1. RGB value is (42,100,193). Sum of RGB (Red+Green+Blue) = 42+100+193=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A64C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64C1 is #D59B3E. Grayscale: #5C5C5C. Windows color (decimal): -13998911 or 12674090. OLE color: 12674090.

HSL color Cylindrical-coordinate representation of color #2A64C1: hue angle of 216.95º 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 #2A64C1 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB42100193-
CMYK0.780.4800.24
HSL216.95º64.26%46.08%-
HSV(B)216.95º78.24%75.69%-
XYZ15.1413.4652.25-
YUV93.26184.2891.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=12.54%
G=29.85%
B=57.61%

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
Decimal421001930.780.4800.24216.9564.2646.08
Hex2A64C14E30018d9402e
Octal521443011166003033110056
Binary1010101100100110000011001110110000011000110110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A64C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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