#2d68c2

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

Shades of Cerulean Blue #2D68C2

Tints of Cerulean Blue #2D68C2

Color information

#2D68C2 (or 0x2D68C2) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 68 and C2. RGB value is (45,104,194). Sum of RGB (Red+Green+Blue) = 45+104+194=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #2D68C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D68C2 is #D2973D. Grayscale: #606060. Windows color (decimal): -13801278 or 12740653. OLE color: 12740653.

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

Color convert

RGB45104194-
CMYK0.770.4600.24
HSL216.24º62.34%46.86%-
HSV(B)216.24º76.8%76.08%-
XYZ15.7714.3552.98-
YUV96.62182.9591.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.12%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 194 (76.17% from 255) = 56.56%
R=13.12%
G=30.32%
B=56.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451041940.770.4600.24216.2462.3446.86
Hex2D68C24D2E018d83e2f
Octal55150302115560303307657
Binary101101110100011000010100110110111001100011011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d68c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,104,194); }

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

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

 a { background-color: rgb(45,104,194); }

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

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

 span { border-color: rgb(45,104,194); }

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