Html Css Color HEX #265265 Arapawa

📋 copy color: '#265265'

red 38 ◦ green 82 ◦ blue 101

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

Shades of Arapawa #265265

Tints of Arapawa #265265

RGB

 RED value IS 38 (15.23% from 255) = 17.19%

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

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

R = 17.19%
G = 37.1%
B = 45.7%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#265265 (or 0x265265) is known color: Arapawa. HEX triplet: 26, 52 and 65. RGB value is (38,82,101). Sum of RGB (Red+Green+Blue) = 38+82+101=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 82 (32.42% from 255 or 37.10% 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 #265265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265265 is #D9AD9A. Grayscale: #464646. Windows color (decimal): -14265755 or 6640166. OLE color: 6640166.

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

Color convert

RGB 38 82 101 -
CMYK 0.62 0.19 0 0.60
HSL 198.1º 0.45% 0.27% -
HSV(B) 198.1º 0.62% 0.4% -
XYZ 6.17 7.39 13.41 -
YUV 71.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 38 82 101 0.62 0.19 0 0.60 198.1 0.45 0.27
Hex 26 52 65 3E 13 0 3C C6 2D 1B
Octal 46 122 145 76 23 0 74 306 55 33
Binary 100110 1010010 1100101 111110 10011 0 111100 11000110 101101 11011

Color Harmonies of #265265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265265

Black with #265265

Text Example


Text Example

White with #265265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265265; }

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

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

background-color css

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

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

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

border-color css

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

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

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