Html Css Color HEX #295AAD Cerulean Blue

📋 copy color: '#295AAD'

red 41 ◦ green 90 ◦ blue 173

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

Shades of Cerulean Blue #295AAD

Tints of Cerulean Blue #295AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 13.49%
G = 29.61%
B = 56.91%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#295AAD (or 0x295AAD) is known color: Cerulean Blue. HEX triplet: 29, 5A and AD. RGB value is (41,90,173). Sum of RGB (Red+Green+Blue) = 41+90+173=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #295AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AAD is #D6A552. Grayscale: #545454. Windows color (decimal): -14067027 or 11360809. OLE color: 11360809.

HSL color Cylindrical-coordinate representation of color #295AAD: hue angle of 217.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295AAD is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 90 173 -
CMYK 0.76 0.48 0 0.32
HSL 217.73º 0.62% 0.42% -
HSV(B) 217.73º 0.76% 0.68% -
XYZ 12.11 10.8 40.98 -
YUV 84.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 41 90 173 0.76 0.48 0 0.32 217.73 0.62 0.42
Hex 29 5A AD 4C 30 0 20 DA 3E 2A
Octal 51 132 255 114 60 0 40 332 76 52
Binary 101001 1011010 10101101 1001100 110000 0 100000 11011010 111110 101010

Color Harmonies of #295AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AAD

Black with #295AAD

Text Example


Text Example

White with #295AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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