Html Css Color HEX #295BAA Cerulean Blue

📋 copy color: '#295BAA'

red 41 ◦ green 91 ◦ blue 170

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

Shades of Cerulean Blue #295BAA

Tints of Cerulean Blue #295BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 13.58%
G = 30.13%
B = 56.29%

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

#295BAA (or 0x295BAA) is known color: Cerulean Blue. HEX triplet: 29, 5B and AA. RGB value is (41,91,170). Sum of RGB (Red+Green+Blue) = 41+91+170=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #295BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BAA is #D6A455. Grayscale: #545454. Windows color (decimal): -14066774 or 11164457. OLE color: 11164457.

HSL color Cylindrical-coordinate representation of color #295BAA: hue angle of 216.74º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295BAA is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 91 170 -
CMYK 0.76 0.46 0 0.33
HSL 216.74º 0.61% 0.41% -
HSV(B) 216.74º 0.76% 0.67% -
XYZ 11.91 10.86 39.5 -
YUV 85.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 41 91 170 0.76 0.46 0 0.33 216.74 0.61 0.41
Hex 29 5B AA 4C 2E 0 21 D9 3D 29
Octal 51 133 252 114 56 0 41 331 75 51
Binary 101001 1011011 10101010 1001100 101110 0 100001 11011001 111101 101001

Color Harmonies of #295BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BAA

Black with #295BAA

Text Example


Text Example

White with #295BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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