Html Css Color HEX #294ABA Cerulean Blue

📋 copy color: '#294ABA'

red 41 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #294ABA

Tints of Cerulean Blue #294ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 13.62%
G = 24.58%
B = 61.79%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294ABA (or 0x294ABA) is known color: Cerulean Blue. HEX triplet: 29, 4A and BA. RGB value is (41,74,186). Sum of RGB (Red+Green+Blue) = 41+74+186=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #294ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ABA is #D6B545. Grayscale: #4C4C4C. Windows color (decimal): -14071110 or 12208681. OLE color: 12208681.

HSL color Cylindrical-coordinate representation of color #294ABA: hue angle of 226.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294ABA is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 74 186 -
CMYK 0.78 0.60 0 0.27
HSL 226.34º 0.64% 0.45% -
HSV(B) 226.34º 0.78% 0.73% -
XYZ 12.23 8.91 47.53 -
YUV 76.9 189.57 102.39 -
System Red Green Blue C M Y K H S L
Decimal 41 74 186 0.78 0.60 0 0.27 226.34 0.64 0.45
Hex 29 4A BA 4E 3C 0 1B E2 40 2D
Octal 51 112 272 116 74 0 33 342 100 55
Binary 101001 1001010 10111010 1001110 111100 0 11011 11100010 1000000 101101

Color Harmonies of #294ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ABA

Black with #294ABA

Text Example


Text Example

White with #294ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,186); }

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

background-color css

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

 a { background-color: rgb(41,74,186); }

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

border-color css

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

 span { border-color: rgb(41,74,186); }

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