Html Css Color HEX #2958BE Cerulean Blue

📋 copy color: '#2958BE'

red 41 ◦ green 88 ◦ blue 190

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

Shades of Cerulean Blue #2958BE

Tints of Cerulean Blue #2958BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 12.85%
G = 27.59%
B = 59.56%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2958BE (or 0x2958BE) is known color: Cerulean Blue. HEX triplet: 29, 58 and BE. RGB value is (41,88,190). Sum of RGB (Red+Green+Blue) = 41+88+190=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #2958BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958BE is #D6A741. Grayscale: #555555. Windows color (decimal): -14067522 or 12474409. OLE color: 12474409.

HSL color Cylindrical-coordinate representation of color #2958BE: hue angle of 221.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2958BE is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 88 190 -
CMYK 0.78 0.54 0 0.25
HSL 221.07º 0.65% 0.45% -
HSV(B) 221.07º 0.78% 0.75% -
XYZ 13.7 11.17 50.15 -
YUV 85.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 41 88 190 0.78 0.54 0 0.25 221.07 0.65 0.45
Hex 29 58 BE 4E 36 0 19 DD 41 2D
Octal 51 130 276 116 66 0 31 335 101 55
Binary 101001 1011000 10111110 1001110 110110 0 11001 11011101 1000001 101101

Color Harmonies of #2958BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958BE

Black with #2958BE

Text Example


Text Example

White with #2958BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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