Html Css Color HEX #295067 Arapawa

📋 copy color: '#295067'

red 41 ◦ green 80 ◦ blue 103

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

Shades of Arapawa #295067

Tints of Arapawa #295067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 18.3%
G = 35.71%
B = 45.98%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295067 (or 0x295067) is known color: Arapawa. HEX triplet: 29, 50 and 67. RGB value is (41,80,103). Sum of RGB (Red+Green+Blue) = 41+80+103=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #295067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295067 is #D6AF98. Grayscale: #464646. Windows color (decimal): -14069657 or 6770729. OLE color: 6770729.

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

Color convert

RGB 41 80 103 -
CMYK 0.60 0.22 0 0.60
HSL 202.26º 0.43% 0.28% -
HSV(B) 202.26º 0.6% 0.4% -
XYZ 6.23 7.19 13.89 -
YUV 70.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 41 80 103 0.60 0.22 0 0.60 202.26 0.43 0.28
Hex 29 50 67 3C 16 0 3C CA 2B 1C
Octal 51 120 147 74 26 0 74 312 53 34
Binary 101001 1010000 1100111 111100 10110 0 111100 11001010 101011 11100

Color Harmonies of #295067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295067

Black with #295067

Text Example


Text Example

White with #295067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295067; }

 p { color: rgb(41,80,103); }

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

background-color css

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

 a { background-color: rgb(41,80,103); }

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

border-color css

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

 span { border-color: rgb(41,80,103); }

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