Html Css Color HEX #255265 Arapawa

📋 copy color: '#255265'

red 37 ◦ green 82 ◦ blue 101

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

Shades of Arapawa #255265

Tints of Arapawa #255265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 16.82%
G = 37.27%
B = 45.91%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255265 (or 0x255265) is known color: Arapawa. HEX triplet: 25, 52 and 65. RGB value is (37,82,101). Sum of RGB (Red+Green+Blue) = 37+82+101=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #255265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255265 is #DAAD9A. Grayscale: #464646. Windows color (decimal): -14331291 or 6640165. OLE color: 6640165.

HSL color Cylindrical-coordinate representation of color #255265: hue angle of 197.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255265 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 82 101 -
CMYK 0.63 0.19 0 0.60
HSL 197.81º 0.46% 0.27% -
HSV(B) 197.81º 0.63% 0.4% -
XYZ 6.13 7.37 13.41 -
YUV 70.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 37 82 101 0.63 0.19 0 0.60 197.81 0.46 0.27
Hex 25 52 65 3F 13 0 3C C6 2E 1B
Octal 45 122 145 77 23 0 74 306 56 33
Binary 100101 1010010 1100101 111111 10011 0 111100 11000110 101110 11011

Color Harmonies of #255265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255265

Black with #255265

Text Example


Text Example

White with #255265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255265; }

 p { color: rgb(37,82,101); }

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

background-color css

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

 a { background-color: rgb(37,82,101); }

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

border-color css

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

 span { border-color: rgb(37,82,101); }

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