Html Css Color HEX #2958AB Cerulean Blue

📋 copy color: '#2958AB'

red 41 ◦ green 88 ◦ blue 171

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

Shades of Cerulean Blue #2958AB

Tints of Cerulean Blue #2958AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 13.67%
G = 29.33%
B = 57%

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

#2958AB (or 0x2958AB) is known color: Cerulean Blue. HEX triplet: 29, 58 and AB. RGB value is (41,88,171). Sum of RGB (Red+Green+Blue) = 41+88+171=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #2958AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2958AB is #D6A754. Grayscale: #535353. Windows color (decimal): -14067541 or 11229225. OLE color: 11229225.

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

Color convert

RGB 41 88 171 -
CMYK 0.76 0.49 0 0.33
HSL 218.31º 0.61% 0.42% -
HSV(B) 218.31º 0.76% 0.67% -
XYZ 11.75 10.39 39.91 -
YUV 83.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 41 88 171 0.76 0.49 0 0.33 218.31 0.61 0.42
Hex 29 58 AB 4C 31 0 21 DA 3D 2A
Octal 51 130 253 114 61 0 41 332 75 52
Binary 101001 1011000 10101011 1001100 110001 0 100001 11011010 111101 101010

Color Harmonies of #2958AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958AB

Black with #2958AB

Text Example


Text Example

White with #2958AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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