Html Css Color HEX #295EBC Cerulean Blue

📋 copy color: '#295EBC'

red 41 ◦ green 94 ◦ blue 188

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

Shades of Cerulean Blue #295EBC

Tints of Cerulean Blue #295EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 12.69%
G = 29.1%
B = 58.2%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#295EBC (or 0x295EBC) is known color: Cerulean Blue. HEX triplet: 29, 5E and BC. RGB value is (41,94,188). Sum of RGB (Red+Green+Blue) = 41+94+188=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #295EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EBC is #D6A143. Grayscale: #585858. Windows color (decimal): -14065988 or 12344873. OLE color: 12344873.

HSL color Cylindrical-coordinate representation of color #295EBC: hue angle of 218.37º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295EBC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 94 188 -
CMYK 0.78 0.50 0 0.26
HSL 218.37º 0.64% 0.45% -
HSV(B) 218.37º 0.78% 0.74% -
XYZ 13.99 12.11 49.18 -
YUV 88.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 41 94 188 0.78 0.50 0 0.26 218.37 0.64 0.45
Hex 29 5E BC 4E 32 0 1A DA 40 2D
Octal 51 136 274 116 62 0 32 332 100 55
Binary 101001 1011110 10111100 1001110 110010 0 11010 11011010 1000000 101101

Color Harmonies of #295EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EBC

Black with #295EBC

Text Example


Text Example

White with #295EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,188); }

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

background-color css

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

 a { background-color: rgb(41,94,188); }

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

border-color css

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

 span { border-color: rgb(41,94,188); }

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