Html Css Color HEX #294BC1 Cerulean Blue

📋 copy color: '#294BC1'

red 41 ◦ green 75 ◦ blue 193

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

Shades of Cerulean Blue #294BC1

Tints of Cerulean Blue #294BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 13.27%
G = 24.27%
B = 62.46%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#294BC1 (or 0x294BC1) is known color: Cerulean Blue. HEX triplet: 29, 4B and C1. RGB value is (41,75,193). Sum of RGB (Red+Green+Blue) = 41+75+193=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #294BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BC1 is #D6B43E. Grayscale: #4D4D4D. Windows color (decimal): -14070847 or 12667689. OLE color: 12667689.

HSL color Cylindrical-coordinate representation of color #294BC1: hue angle of 226.58º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294BC1 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 75 193 -
CMYK 0.79 0.61 0 0.24
HSL 226.58º 0.65% 0.46% -
HSV(B) 226.58º 0.79% 0.76% -
XYZ 13.06 9.35 51.57 -
YUV 78.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 41 75 193 0.79 0.61 0 0.24 226.58 0.65 0.46
Hex 29 4B C1 4F 3D 0 18 E3 41 2E
Octal 51 113 301 117 75 0 30 343 101 56
Binary 101001 1001011 11000001 1001111 111101 0 11000 11100011 1000001 101110

Color Harmonies of #294BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BC1

Black with #294BC1

Text Example


Text Example

White with #294BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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