Html Css Color HEX #295BAB Cerulean Blue

📋 copy color: '#295BAB'

red 41 ◦ green 91 ◦ blue 171

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

Shades of Cerulean Blue #295BAB

Tints of Cerulean Blue #295BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 13.53%
G = 30.03%
B = 56.44%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295BAB (or 0x295BAB) is known color: Cerulean Blue. HEX triplet: 29, 5B and AB. RGB value is (41,91,171). Sum of RGB (Red+Green+Blue) = 41+91+171=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #295BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BAB is #D6A454. Grayscale: #545454. Windows color (decimal): -14066773 or 11229993. OLE color: 11229993.

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

Color convert

RGB 41 91 171 -
CMYK 0.76 0.47 0 0.33
HSL 216.92º 0.61% 0.42% -
HSV(B) 216.92º 0.76% 0.67% -
XYZ 12.01 10.89 40 -
YUV 85.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 41 91 171 0.76 0.47 0 0.33 216.92 0.61 0.42
Hex 29 5B AB 4C 2F 0 21 D9 3D 2A
Octal 51 133 253 114 57 0 41 331 75 52
Binary 101001 1011011 10101011 1001100 101111 0 100001 11011001 111101 101010

Color Harmonies of #295BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BAB

Black with #295BAB

Text Example


Text Example

White with #295BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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