Html Css Color HEX #295ABA Cerulean Blue

📋 copy color: '#295ABA'

red 41 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #295ABA

Tints of Cerulean Blue #295ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 12.93%
G = 28.39%
B = 58.68%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295ABA (or 0x295ABA) is known color: Cerulean Blue. HEX triplet: 29, 5A and BA. RGB value is (41,90,186). Sum of RGB (Red+Green+Blue) = 41+90+186=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #295ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ABA is #D6A545. Grayscale: #555555. Windows color (decimal): -14067014 or 12212777. OLE color: 12212777.

HSL color Cylindrical-coordinate representation of color #295ABA: hue angle of 219.72º 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 #295ABA is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 90 186 -
CMYK 0.78 0.52 0 0.27
HSL 219.72º 0.64% 0.45% -
HSV(B) 219.72º 0.78% 0.73% -
XYZ 13.43 11.33 47.93 -
YUV 86.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 41 90 186 0.78 0.52 0 0.27 219.72 0.64 0.45
Hex 29 5A BA 4E 34 0 1B DC 40 2D
Octal 51 132 272 116 64 0 33 334 100 55
Binary 101001 1011010 10111010 1001110 110100 0 11011 11011100 1000000 101101

Color Harmonies of #295ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ABA

Black with #295ABA

Text Example


Text Example

White with #295ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295ABA; }

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

 H1.HeaderClassName
 {
   color: #295ABA;
 }
 .AnyTagClassName
 {
   color: #295ABA;
 }
</style>

background-color css

<style>
 a { background-color: #295ABA; }

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

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

border-color css

<style>
 span { border-color: #295ABA; }

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

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