Html Css Color HEX #2953BE Cerulean Blue

📋 copy color: '#2953BE'

red 41 ◦ green 83 ◦ blue 190

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

Shades of Cerulean Blue #2953BE

Tints of Cerulean Blue #2953BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 13.06%
G = 26.43%
B = 60.51%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2953BE (or 0x2953BE) is known color: Cerulean Blue. HEX triplet: 29, 53 and BE. RGB value is (41,83,190). Sum of RGB (Red+Green+Blue) = 41+83+190=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #2953BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953BE is #D6AC41. Grayscale: #525252. Windows color (decimal): -14068802 or 12473129. OLE color: 12473129.

HSL color Cylindrical-coordinate representation of color #2953BE: hue angle of 223.09º 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 #2953BE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 83 190 -
CMYK 0.78 0.56 0 0.25
HSL 223.09º 0.65% 0.45% -
HSV(B) 223.09º 0.78% 0.75% -
XYZ 13.3 10.38 50.02 -
YUV 82.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 41 83 190 0.78 0.56 0 0.25 223.09 0.65 0.45
Hex 29 53 BE 4E 38 0 19 DF 41 2D
Octal 51 123 276 116 70 0 31 337 101 55
Binary 101001 1010011 10111110 1001110 111000 0 11001 11011111 1000001 101101

Color Harmonies of #2953BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953BE

Black with #2953BE

Text Example


Text Example

White with #2953BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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