#2c65c1

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

Shades of Cerulean Blue #2C65C1

Tints of Cerulean Blue #2C65C1

Color information

#2C65C1 (or 0x2C65C1) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 65 and C1. RGB value is (44,101,193). Sum of RGB (Red+Green+Blue) = 44+101+193=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C65C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C65C1 is #D39A3E. Grayscale: #5E5E5E. Windows color (decimal): -13867583 or 12674348. OLE color: 12674348.

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

Color convert

RGB44101193-
CMYK0.770.4800.24
HSL217.05º62.87%46.47%-
HSV(B)217.05º77.2%75.69%-
XYZ15.3213.6952.29-
YUV94.44183.6292.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.02%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=13.02%
G=29.88%
B=57.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441011930.770.4800.24217.0562.8746.47
Hex2C65C14D30018d93f2e
Octal54145301115600303317756
Binary101100110010111000001100110111000001100011011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c65c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,193); }

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

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

 a { background-color: rgb(44,101,193); }

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

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

 span { border-color: rgb(44,101,193); }

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