Html Css Color HEX #255365 Arapawa

📋 copy color: '#255365'

red 37 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #255365

Tints of Arapawa #255365

RGB

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

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

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

R = 16.74%
G = 37.56%
B = 45.7%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255365 (or 0x255365) is known color: Arapawa. HEX triplet: 25, 53 and 65. RGB value is (37,83,101). Sum of RGB (Red+Green+Blue) = 37+83+101=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #255365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255365 is #DAAC9A. Grayscale: #474747. Windows color (decimal): -14331035 or 6640421. OLE color: 6640421.

HSL color Cylindrical-coordinate representation of color #255365: hue angle of 196.88º 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 #255365 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 83 101 -
CMYK 0.63 0.18 0 0.60
HSL 196.88º 0.46% 0.27% -
HSV(B) 196.88º 0.63% 0.4% -
XYZ 6.21 7.52 13.44 -
YUV 71.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 37 83 101 0.63 0.18 0 0.60 196.88 0.46 0.27
Hex 25 53 65 3F 12 0 3C C5 2E 1B
Octal 45 123 145 77 22 0 74 305 56 33
Binary 100101 1010011 1100101 111111 10010 0 111100 11000101 101110 11011

Color Harmonies of #255365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255365

Black with #255365

Text Example


Text Example

White with #255365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255365; }

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

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

background-color css

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

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

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

border-color css

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

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

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