Html Css Color HEX #295AAC Cerulean Blue

📋 copy color: '#295AAC'

red 41 ◦ green 90 ◦ blue 172

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

Shades of Cerulean Blue #295AAC

Tints of Cerulean Blue #295AAC

RGB

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

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

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

R = 13.53%
G = 29.7%
B = 56.77%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295AAC (or 0x295AAC) is known color: Cerulean Blue. HEX triplet: 29, 5A and AC. RGB value is (41,90,172). Sum of RGB (Red+Green+Blue) = 41+90+172=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #295AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AAC is #D6A553. Grayscale: #545454. Windows color (decimal): -14067028 or 11295273. OLE color: 11295273.

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

Color convert

RGB 41 90 172 -
CMYK 0.76 0.48 0 0.33
HSL 217.56º 0.62% 0.42% -
HSV(B) 217.56º 0.76% 0.67% -
XYZ 12.02 10.76 40.47 -
YUV 84.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 41 90 172 0.76 0.48 0 0.33 217.56 0.62 0.42
Hex 29 5A AC 4C 30 0 21 DA 3E 2A
Octal 51 132 254 114 60 0 41 332 76 52
Binary 101001 1011010 10101100 1001100 110000 0 100001 11011010 111110 101010

Color Harmonies of #295AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AAC

Black with #295AAC

Text Example


Text Example

White with #295AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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