Html Css Color HEX #255068 Arapawa

📋 copy color: '#255068'

red 37 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #255068

Tints of Arapawa #255068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 16.74%
G = 36.2%
B = 47.06%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255068 (or 0x255068) is known color: Arapawa. HEX triplet: 25, 50 and 68. RGB value is (37,80,104). Sum of RGB (Red+Green+Blue) = 37+80+104=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #255068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255068 is #DAAF97. Grayscale: #454545. Windows color (decimal): -14331800 or 6836261. OLE color: 6836261.

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

Color convert

RGB 37 80 104 -
CMYK 0.64 0.23 0 0.59
HSL 201.49º 0.48% 0.28% -
HSV(B) 201.49º 0.64% 0.41% -
XYZ 6.13 7.13 14.15 -
YUV 69.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 37 80 104 0.64 0.23 0 0.59 201.49 0.48 0.28
Hex 25 50 68 40 17 0 3B C9 30 1C
Octal 45 120 150 100 27 0 73 311 60 34
Binary 100101 1010000 1101000 1000000 10111 0 111011 11001001 110000 11100

Color Harmonies of #255068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255068

Black with #255068

Text Example


Text Example

White with #255068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255068; }

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

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

background-color css

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

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

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

border-color css

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

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

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