Html Css Color HEX #294CBB Cerulean Blue

📋 copy color: '#294CBB'

red 41 ◦ green 76 ◦ blue 187

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

Shades of Cerulean Blue #294CBB

Tints of Cerulean Blue #294CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 13.49%
G = 25%
B = 61.51%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294CBB (or 0x294CBB) is known color: Cerulean Blue. HEX triplet: 29, 4C and BB. RGB value is (41,76,187). Sum of RGB (Red+Green+Blue) = 41+76+187=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #294CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CBB is #D6B344. Grayscale: #4D4D4D. Windows color (decimal): -14070597 or 12274729. OLE color: 12274729.

HSL color Cylindrical-coordinate representation of color #294CBB: hue angle of 225.62º 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 #294CBB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 76 187 -
CMYK 0.78 0.59 0 0.27
HSL 225.62º 0.64% 0.45% -
HSV(B) 225.62º 0.78% 0.73% -
XYZ 12.47 9.23 48.14 -
YUV 78.19 189.4 101.47 -
System Red Green Blue C M Y K H S L
Decimal 41 76 187 0.78 0.59 0 0.27 225.62 0.64 0.45
Hex 29 4C BB 4E 3B 0 1B E2 40 2D
Octal 51 114 273 116 73 0 33 342 100 55
Binary 101001 1001100 10111011 1001110 111011 0 11011 11100010 1000000 101101

Color Harmonies of #294CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CBB

Black with #294CBB

Text Example


Text Example

White with #294CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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