Html Css Color HEX #295AB2 Cerulean Blue

📋 copy color: '#295AB2'

red 41 ◦ green 90 ◦ blue 178

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

Shades of Cerulean Blue #295AB2

Tints of Cerulean Blue #295AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 13.27%
G = 29.13%
B = 57.61%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#295AB2 (or 0x295AB2) is known color: Cerulean Blue. HEX triplet: 29, 5A and B2. RGB value is (41,90,178). Sum of RGB (Red+Green+Blue) = 41+90+178=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #295AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AB2 is #D6A54D. Grayscale: #545454. Windows color (decimal): -14067022 or 11688489. OLE color: 11688489.

HSL color Cylindrical-coordinate representation of color #295AB2: hue angle of 218.54º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295AB2 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 90 178 -
CMYK 0.77 0.49 0 0.30
HSL 218.54º 0.63% 0.43% -
HSV(B) 218.54º 0.77% 0.7% -
XYZ 12.61 11 43.58 -
YUV 85.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 41 90 178 0.77 0.49 0 0.30 218.54 0.63 0.43
Hex 29 5A B2 4D 31 0 1E DB 3F 2B
Octal 51 132 262 115 61 0 36 333 77 53
Binary 101001 1011010 10110010 1001101 110001 0 11110 11011011 111111 101011

Color Harmonies of #295AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AB2

Black with #295AB2

Text Example


Text Example

White with #295AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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