Html Css Color HEX #294BA3 Cerulean Blue

📋 copy color: '#294BA3'

red 41 ◦ green 75 ◦ blue 163

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

Shades of Cerulean Blue #294BA3

Tints of Cerulean Blue #294BA3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

 BLUE value IS 163 (64.06% from 255) = 58.42%

R = 14.7%
G = 26.88%
B = 58.42%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#294BA3 (or 0x294BA3) is known color: Cerulean Blue. HEX triplet: 29, 4B and A3. RGB value is (41,75,163). Sum of RGB (Red+Green+Blue) = 41+75+163=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #294BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BA3 is #D6B45C. Grayscale: #4A4A4A. Windows color (decimal): -14070877 or 10701609. OLE color: 10701609.

HSL color Cylindrical-coordinate representation of color #294BA3: hue angle of 223.28º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294BA3 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 75 163 -
CMYK 0.75 0.54 0 0.36
HSL 223.28º 0.6% 0.4% -
HSV(B) 223.28º 0.75% 0.64% -
XYZ 10.04 8.15 35.69 -
YUV 74.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 41 75 163 0.75 0.54 0 0.36 223.28 0.6 0.4
Hex 29 4B A3 4B 36 0 24 DF 3C 28
Octal 51 113 243 113 66 0 44 337 74 50
Binary 101001 1001011 10100011 1001011 110110 0 100100 11011111 111100 101000

Color Harmonies of #294BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BA3

Black with #294BA3

Text Example


Text Example

White with #294BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294BA3; }

 p { color: rgb(41,75,163); }

 H1.HeaderClassName
 {
   color: #294BA3;
 }
 .AnyTagClassName
 {
   color: #294BA3;
 }
</style>

background-color css

<style>
 a { background-color: #294BA3; }

 a { background-color: rgb(41,75,163); }

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

border-color css

<style>
 span { border-color: #294BA3; }

 span { border-color: rgb(41,75,163); }

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