Html Css Color HEX #295365 Arapawa

📋 copy color: '#295365'

red 41 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #295365

Tints of Arapawa #295365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 18.22%
G = 36.89%
B = 44.89%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295365 (or 0x295365) is known color: Arapawa. HEX triplet: 29, 53 and 65. RGB value is (41,83,101). Sum of RGB (Red+Green+Blue) = 41+83+101=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #295365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295365 is #D6AC9A. Grayscale: #484848. Windows color (decimal): -14068891 or 6640425. OLE color: 6640425.

HSL color Cylindrical-coordinate representation of color #295365: hue angle of 198º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295365 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 83 101 -
CMYK 0.59 0.18 0 0.60
HSL 198º 0.42% 0.28% -
HSV(B) 198º 0.59% 0.4% -
XYZ 6.36 7.6 13.44 -
YUV 72.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 41 83 101 0.59 0.18 0 0.60 198 0.42 0.28
Hex 29 53 65 3B 12 0 3C C6 2A 1C
Octal 51 123 145 73 22 0 74 306 52 34
Binary 101001 1010011 1100101 111011 10010 0 111100 11000110 101010 11100

Color Harmonies of #295365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295365

Black with #295365

Text Example


Text Example

White with #295365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295365; }

 p { color: rgb(41,83,101); }

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

background-color css

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

 a { background-color: rgb(41,83,101); }

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

border-color css

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

 span { border-color: rgb(41,83,101); }

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