Html Css Color HEX #255069 Arapawa

📋 copy color: '#255069'

red 37 ◦ green 80 ◦ blue 105

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

Shades of Arapawa #255069

Tints of Arapawa #255069

RGB

 RED value IS 37 (14.84% from 255) = 16.67%

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 16.67%
G = 36.04%
B = 47.3%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255069 (or 0x255069) is known color: Arapawa. HEX triplet: 25, 50 and 69. RGB value is (37,80,105). Sum of RGB (Red+Green+Blue) = 37+80+105=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #255069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255069 is #DAAF96. Grayscale: #454545. Windows color (decimal): -14331799 or 6901797. OLE color: 6901797.

HSL color Cylindrical-coordinate representation of color #255069: hue angle of 202.06º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255069 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 80 105 -
CMYK 0.65 0.24 0 0.59
HSL 202.06º 0.48% 0.28% -
HSV(B) 202.06º 0.65% 0.41% -
XYZ 6.18 7.15 14.42 -
YUV 69.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 37 80 105 0.65 0.24 0 0.59 202.06 0.48 0.28
Hex 25 50 69 41 18 0 3B CA 30 1C
Octal 45 120 151 101 30 0 73 312 60 34
Binary 100101 1010000 1101001 1000001 11000 0 111011 11001010 110000 11100

Color Harmonies of #255069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255069

Black with #255069

Text Example


Text Example

White with #255069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255069; }

 p { color: rgb(37,80,105); }

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

background-color css

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

 a { background-color: rgb(37,80,105); }

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

border-color css

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

 span { border-color: rgb(37,80,105); }

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