Html Css Color HEX #295DAC Cerulean Blue

📋 copy color: '#295DAC'

red 41 ◦ green 93 ◦ blue 172

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

Shades of Cerulean Blue #295DAC

Tints of Cerulean Blue #295DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 13.4%
G = 30.39%
B = 56.21%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295DAC (or 0x295DAC) is known color: Cerulean Blue. HEX triplet: 29, 5D and AC. RGB value is (41,93,172). Sum of RGB (Red+Green+Blue) = 41+93+172=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #295DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAC is #D6A253. Grayscale: #565656. Windows color (decimal): -14066260 or 11296041. OLE color: 11296041.

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

Color convert

RGB 41 93 172 -
CMYK 0.76 0.46 0 0.33
HSL 216.18º 0.62% 0.42% -
HSV(B) 216.18º 0.76% 0.67% -
XYZ 12.28 11.28 40.56 -
YUV 86.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 41 93 172 0.76 0.46 0 0.33 216.18 0.62 0.42
Hex 29 5D AC 4C 2E 0 21 D8 3E 2A
Octal 51 135 254 114 56 0 41 330 76 52
Binary 101001 1011101 10101100 1001100 101110 0 100001 11011000 111110 101010

Color Harmonies of #295DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DAC

Black with #295DAC

Text Example


Text Example

White with #295DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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