Html Css Color HEX #294CBC Cerulean Blue

📋 copy color: '#294CBC'

red 41 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #294CBC

Tints of Cerulean Blue #294CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 13.44%
G = 24.92%
B = 61.64%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#294CBC (or 0x294CBC) is known color: Cerulean Blue. HEX triplet: 29, 4C and BC. RGB value is (41,76,188). Sum of RGB (Red+Green+Blue) = 41+76+188=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #294CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CBC is #D6B343. Grayscale: #4D4D4D. Windows color (decimal): -14070596 or 12340265. OLE color: 12340265.

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

Color convert

RGB 41 76 188 -
CMYK 0.78 0.60 0 0.26
HSL 225.71º 0.64% 0.45% -
HSV(B) 225.71º 0.78% 0.74% -
XYZ 12.58 9.27 48.7 -
YUV 78.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 41 76 188 0.78 0.60 0 0.26 225.71 0.64 0.45
Hex 29 4C BC 4E 3C 0 1A E2 40 2D
Octal 51 114 274 116 74 0 32 342 100 55
Binary 101001 1001100 10111100 1001110 111100 0 11010 11100010 1000000 101101

Color Harmonies of #294CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CBC

Black with #294CBC

Text Example


Text Example

White with #294CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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