Html Css Color HEX #2958AC Cerulean Blue

📋 copy color: '#2958AC'

red 41 ◦ green 88 ◦ blue 172

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

Shades of Cerulean Blue #2958AC

Tints of Cerulean Blue #2958AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 13.62%
G = 29.24%
B = 57.14%

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

#2958AC (or 0x2958AC) is known color: Cerulean Blue. HEX triplet: 29, 58 and AC. RGB value is (41,88,172). Sum of RGB (Red+Green+Blue) = 41+88+172=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #2958AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2958AC is #D6A753. Grayscale: #535353. Windows color (decimal): -14067540 or 11294761. OLE color: 11294761.

HSL color Cylindrical-coordinate representation of color #2958AC: hue angle of 218.47º 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 #2958AC is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 88 172 -
CMYK 0.76 0.49 0 0.33
HSL 218.47º 0.62% 0.42% -
HSV(B) 218.47º 0.76% 0.67% -
XYZ 11.85 10.43 40.42 -
YUV 83.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 41 88 172 0.76 0.49 0 0.33 218.47 0.62 0.42
Hex 29 58 AC 4C 31 0 21 DA 3E 2A
Octal 51 130 254 114 61 0 41 332 76 52
Binary 101001 1011000 10101100 1001100 110001 0 100001 11011010 111110 101010

Color Harmonies of #2958AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958AC

Black with #2958AC

Text Example


Text Example

White with #2958AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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