Html Css Color HEX #2958BA Cerulean Blue

📋 copy color: '#2958BA'

red 41 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #2958BA

Tints of Cerulean Blue #2958BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 13.02%
G = 27.94%
B = 59.05%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2958BA (or 0x2958BA) is known color: Cerulean Blue. HEX triplet: 29, 58 and BA. RGB value is (41,88,186). Sum of RGB (Red+Green+Blue) = 41+88+186=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #2958BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958BA is #D6A745. Grayscale: #545454. Windows color (decimal): -14067526 or 12212265. OLE color: 12212265.

HSL color Cylindrical-coordinate representation of color #2958BA: hue angle of 220.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2958BA is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 88 186 -
CMYK 0.78 0.53 0 0.27
HSL 220.55º 0.64% 0.45% -
HSV(B) 220.55º 0.78% 0.73% -
XYZ 13.27 11 47.88 -
YUV 85.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 41 88 186 0.78 0.53 0 0.27 220.55 0.64 0.45
Hex 29 58 BA 4E 35 0 1B DD 40 2D
Octal 51 130 272 116 65 0 33 335 100 55
Binary 101001 1011000 10111010 1001110 110101 0 11011 11011101 1000000 101101

Color Harmonies of #2958BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958BA

Black with #2958BA

Text Example


Text Example

White with #2958BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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