Html Css Color HEX #295DAB Cerulean Blue

📋 copy color: '#295DAB'

red 41 ◦ green 93 ◦ blue 171

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

Shades of Cerulean Blue #295DAB

Tints of Cerulean Blue #295DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 13.44%
G = 30.49%
B = 56.07%

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

#295DAB (or 0x295DAB) is known color: Cerulean Blue. HEX triplet: 29, 5D and AB. RGB value is (41,93,171). Sum of RGB (Red+Green+Blue) = 41+93+171=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #295DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAB is #D6A254. Grayscale: #555555. Windows color (decimal): -14066261 or 11230505. OLE color: 11230505.

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

Color convert

RGB 41 93 171 -
CMYK 0.76 0.46 0 0.33
HSL 216º 0.61% 0.42% -
HSV(B) 216º 0.76% 0.67% -
XYZ 12.18 11.24 40.06 -
YUV 86.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 41 93 171 0.76 0.46 0 0.33 216 0.61 0.42
Hex 29 5D AB 4C 2E 0 21 D8 3D 2A
Octal 51 135 253 114 56 0 41 330 75 52
Binary 101001 1011101 10101011 1001100 101110 0 100001 11011000 111101 101010

Color Harmonies of #295DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DAB

Black with #295DAB

Text Example


Text Example

White with #295DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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