Html Css Color HEX #2C50A3 Cerulean Blue

📋 copy color: '#2C50A3'

red 44 ◦ green 80 ◦ blue 163

#2C50A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2C50A3

Tints of Cerulean Blue #2C50A3

RGB

 RED value IS 44 (17.58% from 255) = 15.33%

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 163 (64.06% from 255) = 56.79%

R = 15.33%
G = 27.87%
B = 56.79%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2C50A3 (or 0x2C50A3) is known color: Cerulean Blue. HEX triplet: 2C, 50 and A3. RGB value is (44,80,163). Sum of RGB (Red+Green+Blue) = 44+80+163=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #2C50A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C50A3 is #D3AF5C. Grayscale: #4E4E4E. Windows color (decimal): -13872989 or 10702892. OLE color: 10702892.

HSL color Cylindrical-coordinate representation of color #2C50A3: hue angle of 221.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C50A3 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 80 163 -
CMYK 0.73 0.51 0 0.36
HSL 221.85º 0.57% 0.41% -
HSV(B) 221.85º 0.73% 0.64% -
XYZ 10.52 8.92 35.82 -
YUV 78.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 44 80 163 0.73 0.51 0 0.36 221.85 0.57 0.41
Hex 2C 50 A3 49 33 0 24 DE 39 29
Octal 54 120 243 111 63 0 44 336 71 51
Binary 101100 1010000 10100011 1001001 110011 0 100100 11011110 111001 101001

Color Harmonies of #2C50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C50A3

Black with #2C50A3

Text Example


Text Example

White with #2C50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,163); }

 H1.HeaderClassName
 {
   color: #2C50A3;
 }
 .AnyTagClassName
 {
   color: #2C50A3;
 }
</style>

background-color css

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

 a { background-color: rgb(44,80,163); }

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

border-color css

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

 span { border-color: rgb(44,80,163); }

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