Html Css Color HEX #294BB3 Cerulean Blue

📋 copy color: '#294BB3'

red 41 ◦ green 75 ◦ blue 179

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

Shades of Cerulean Blue #294BB3

Tints of Cerulean Blue #294BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.68%

R = 13.9%
G = 25.42%
B = 60.68%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#294BB3 (or 0x294BB3) is known color: Cerulean Blue. HEX triplet: 29, 4B and B3. RGB value is (41,75,179). Sum of RGB (Red+Green+Blue) = 41+75+179=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #294BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BB3 is #D6B44C. Grayscale: #4C4C4C. Windows color (decimal): -14070861 or 11750185. OLE color: 11750185.

HSL color Cylindrical-coordinate representation of color #294BB3: hue angle of 225.22º 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 #294BB3 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 75 179 -
CMYK 0.77 0.58 0 0.30
HSL 225.22º 0.63% 0.43% -
HSV(B) 225.22º 0.77% 0.7% -
XYZ 11.57 8.76 43.73 -
YUV 76.69 185.74 102.54 -
System Red Green Blue C M Y K H S L
Decimal 41 75 179 0.77 0.58 0 0.30 225.22 0.63 0.43
Hex 29 4B B3 4D 3A 0 1E E1 3F 2B
Octal 51 113 263 115 72 0 36 341 77 53
Binary 101001 1001011 10110011 1001101 111010 0 11110 11100001 111111 101011

Color Harmonies of #294BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BB3

Black with #294BB3

Text Example


Text Example

White with #294BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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