Html Css Color HEX #294B63 Arapawa

📋 copy color: '#294B63'

red 41 ◦ green 75 ◦ blue 99

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

Shades of Arapawa #294B63

Tints of Arapawa #294B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 19.07%
G = 34.88%
B = 46.05%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294B63 (or 0x294B63) is known color: Arapawa. HEX triplet: 29, 4B and 63. RGB value is (41,75,99). Sum of RGB (Red+Green+Blue) = 41+75+99=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #294B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B63 is #D6B49C. Grayscale: #434343. Windows color (decimal): -14070941 or 6507305. OLE color: 6507305.

HSL color Cylindrical-coordinate representation of color #294B63: hue angle of 204.83º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294B63 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 75 99 -
CMYK 0.59 0.24 0 0.61
HSL 204.83º 0.41% 0.27% -
HSV(B) 204.83º 0.59% 0.39% -
XYZ 5.68 6.4 12.74 -
YUV 67.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 41 75 99 0.59 0.24 0 0.61 204.83 0.41 0.27
Hex 29 4B 63 3B 18 0 3D CD 29 1B
Octal 51 113 143 73 30 0 75 315 51 33
Binary 101001 1001011 1100011 111011 11000 0 111101 11001101 101001 11011

Color Harmonies of #294B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B63

Black with #294B63

Text Example


Text Example

White with #294B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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