Html Css Color HEX #294CBE Cerulean Blue

📋 copy color: '#294CBE'

red 41 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #294CBE

Tints of Cerulean Blue #294CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 13.36%
G = 24.76%
B = 61.89%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#294CBE (or 0x294CBE) is known color: Cerulean Blue. HEX triplet: 29, 4C and BE. RGB value is (41,76,190). Sum of RGB (Red+Green+Blue) = 41+76+190=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #294CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CBE is #D6B341. Grayscale: #4E4E4E. Windows color (decimal): -14070594 or 12471337. OLE color: 12471337.

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

Color convert

RGB 41 76 190 -
CMYK 0.78 0.60 0 0.25
HSL 225.91º 0.65% 0.45% -
HSV(B) 225.91º 0.78% 0.75% -
XYZ 12.79 9.36 49.85 -
YUV 78.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 41 76 190 0.78 0.60 0 0.25 225.91 0.65 0.45
Hex 29 4C BE 4E 3C 0 19 E2 41 2D
Octal 51 114 276 116 74 0 31 342 101 55
Binary 101001 1001100 10111110 1001110 111100 0 11001 11100010 1000001 101101

Color Harmonies of #294CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CBE

Black with #294CBE

Text Example


Text Example

White with #294CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,76,190); }

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

background-color css

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

 a { background-color: rgb(41,76,190); }

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

border-color css

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

 span { border-color: rgb(41,76,190); }

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