#2D4AC1

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

Shades of Cerulean Blue #2D4AC1

Tints of Cerulean Blue #2D4AC1

Color information

#2D4AC1 (or 0x2D4AC1) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4A and C1. RGB value is (45,74,193). Sum of RGB (Red+Green+Blue) = 45+74+193=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D4AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4AC1 is #D2B53E. Grayscale: #4E4E4E. Windows color (decimal): -13808959 or 12667437. OLE color: 12667437.

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

Color convert

RGB4574193-
CMYK0.770.6200.24
HSL228.24º62.18%46.67%-
HSV(B)228.24º76.68%75.69%-
XYZ13.169.3151.55-
YUV78.9192.39103.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.42%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=14.42%
G=23.72%
B=61.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45741930.770.6200.24228.2462.1846.67
Hex2D4AC14D3E018e43e2f
Octal55112301115760303447657
Binary101101100101011000001100110111111001100011100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,74,193); }

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

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

 a { background-color: rgb(45,74,193); }

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

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

 span { border-color: rgb(45,74,193); }

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