Html Css Color HEX #294357 Regal Blue

📋 copy color: '#294357'

red 41 ◦ green 67 ◦ blue 87

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

Shades of Regal Blue #294357

Tints of Regal Blue #294357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 21.03%
G = 34.36%
B = 44.62%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#294357 (or 0x294357) is known color: Regal Blue. HEX triplet: 29, 43 and 57. RGB value is (41,67,87). Sum of RGB (Red+Green+Blue) = 41+67+87=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #294357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294357 is #D6BCA8. Grayscale: #3D3D3D. Windows color (decimal): -14073001 or 5718825. OLE color: 5718825.

HSL color Cylindrical-coordinate representation of color #294357: hue angle of 206.09º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294357 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 67 87 -
CMYK 0.53 0.23 0 0.66
HSL 206.09º 0.36% 0.25% -
HSV(B) 206.09º 0.53% 0.34% -
XYZ 4.64 5.17 9.77 -
YUV 61.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 41 67 87 0.53 0.23 0 0.66 206.09 0.36 0.25
Hex 29 43 57 35 17 0 42 CE 24 19
Octal 51 103 127 65 27 0 102 316 44 31
Binary 101001 1000011 1010111 110101 10111 0 1000010 11001110 100100 11001

Color Harmonies of #294357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294357

Black with #294357

Text Example


Text Example

White with #294357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294357; }

 p { color: rgb(41,67,87); }

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

background-color css

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

 a { background-color: rgb(41,67,87); }

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

border-color css

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

 span { border-color: rgb(41,67,87); }

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