Html Css Color HEX #295CB1 Cerulean Blue

📋 copy color: '#295CB1'

red 41 ◦ green 92 ◦ blue 177

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

Shades of Cerulean Blue #295CB1

Tints of Cerulean Blue #295CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

 BLUE value IS 177 (69.53% from 255) = 57.1%

R = 13.23%
G = 29.68%
B = 57.1%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#295CB1 (or 0x295CB1) is known color: Cerulean Blue. HEX triplet: 29, 5C and B1. RGB value is (41,92,177). Sum of RGB (Red+Green+Blue) = 41+92+177=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #295CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CB1 is #D6A34E. Grayscale: #565656. Windows color (decimal): -14066511 or 11623465. OLE color: 11623465.

HSL color Cylindrical-coordinate representation of color #295CB1: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295CB1 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 92 177 -
CMYK 0.77 0.48 0 0.31
HSL 217.5º 0.62% 0.43% -
HSV(B) 217.5º 0.77% 0.69% -
XYZ 12.68 11.3 43.11 -
YUV 86.44 179.1 95.59 -
System Red Green Blue C M Y K H S L
Decimal 41 92 177 0.77 0.48 0 0.31 217.5 0.62 0.43
Hex 29 5C B1 4D 30 0 1F DA 3E 2B
Octal 51 134 261 115 60 0 37 332 76 53
Binary 101001 1011100 10110001 1001101 110000 0 11111 11011010 111110 101011

Color Harmonies of #295CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CB1

Black with #295CB1

Text Example


Text Example

White with #295CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,177); }

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

background-color css

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

 a { background-color: rgb(41,92,177); }

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

border-color css

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

 span { border-color: rgb(41,92,177); }

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