#2D4CC1

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

Shades of Cerulean Blue #2D4CC1

Tints of Cerulean Blue #2D4CC1

Color information

#2D4CC1 (or 0x2D4CC1) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4C and C1. RGB value is (45,76,193). Sum of RGB (Red+Green+Blue) = 45+76+193=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D4CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4CC1 is #D2B33E. Grayscale: #4F4F4F. Windows color (decimal): -13808447 or 12667949. OLE color: 12667949.

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

Color convert

RGB4576193-
CMYK0.770.6100.24
HSL227.43º62.18%46.67%-
HSV(B)227.43º76.68%75.69%-
XYZ13.299.5851.6-
YUV80.07191.73102.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.33%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 193 (75.78% from 255) = 61.46%
R=14.33%
G=24.20%
B=61.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45761930.770.6100.24227.4362.1846.67
Hex2D4CC14D3D018e33e2f
Octal55114301115750303437657
Binary101101100110011000001100110111110101100011100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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