Html Css Color HEX #2957AC Cerulean Blue

📋 copy color: '#2957AC'

red 41 ◦ green 87 ◦ blue 172

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

Shades of Cerulean Blue #2957AC

Tints of Cerulean Blue #2957AC

RGB

 RED value IS 41 (16.41% from 255) = 13.67%

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 13.67%
G = 29%
B = 57.33%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2957AC (or 0x2957AC) is known color: Cerulean Blue. HEX triplet: 29, 57 and AC. RGB value is (41,87,172). Sum of RGB (Red+Green+Blue) = 41+87+172=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #2957AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2957AC is #D6A853. Grayscale: #525252. Windows color (decimal): -14067796 or 11294505. OLE color: 11294505.

HSL color Cylindrical-coordinate representation of color #2957AC: hue angle of 218.93º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2957AC is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 87 172 -
CMYK 0.76 0.49 0 0.33
HSL 218.93º 0.62% 0.42% -
HSV(B) 218.93º 0.76% 0.67% -
XYZ 11.77 10.27 40.39 -
YUV 82.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 41 87 172 0.76 0.49 0 0.33 218.93 0.62 0.42
Hex 29 57 AC 4C 31 0 21 DB 3E 2A
Octal 51 127 254 114 61 0 41 333 76 52
Binary 101001 1010111 10101100 1001100 110001 0 100001 11011011 111110 101010

Color Harmonies of #2957AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957AC

Black with #2957AC

Text Example


Text Example

White with #2957AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2957AC; }

 p { color: rgb(41,87,172); }

 H1.HeaderClassName
 {
   color: #2957AC;
 }
 .AnyTagClassName
 {
   color: #2957AC;
 }
</style>

background-color css

<style>
 a { background-color: #2957AC; }

 a { background-color: rgb(41,87,172); }

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

border-color css

<style>
 span { border-color: #2957AC; }

 span { border-color: rgb(41,87,172); }

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