Html Css Color HEX #295EAC Cerulean Blue

📋 copy color: '#295EAC'

red 41 ◦ green 94 ◦ blue 172

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

Shades of Cerulean Blue #295EAC

Tints of Cerulean Blue #295EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 13.36%
G = 30.62%
B = 56.03%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295EAC (or 0x295EAC) is known color: Cerulean Blue. HEX triplet: 29, 5E and AC. RGB value is (41,94,172). Sum of RGB (Red+Green+Blue) = 41+94+172=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #295EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295EAC is #D6A153. Grayscale: #565656. Windows color (decimal): -14066004 or 11296297. OLE color: 11296297.

HSL color Cylindrical-coordinate representation of color #295EAC: hue angle of 215.73º degrees, saturation: 0.62, 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 #295EAC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 94 172 -
CMYK 0.76 0.45 0 0.33
HSL 215.73º 0.62% 0.42% -
HSV(B) 215.73º 0.76% 0.67% -
XYZ 12.36 11.46 40.59 -
YUV 87.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 41 94 172 0.76 0.45 0 0.33 215.73 0.62 0.42
Hex 29 5E AC 4C 2D 0 21 D8 3E 2A
Octal 51 136 254 114 55 0 41 330 76 52
Binary 101001 1011110 10101100 1001100 101101 0 100001 11011000 111110 101010

Color Harmonies of #295EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EAC

Black with #295EAC

Text Example


Text Example

White with #295EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,172); }

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

background-color css

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

 a { background-color: rgb(41,94,172); }

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

border-color css

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

 span { border-color: rgb(41,94,172); }

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