Html Css Color HEX #265362 Arapawa

📋 copy color: '#265362'

red 38 ◦ green 83 ◦ blue 98

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

Shades of Arapawa #265362

Tints of Arapawa #265362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 17.35%
G = 37.9%
B = 44.75%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#265362 (or 0x265362) is known color: Arapawa. HEX triplet: 26, 53 and 62. RGB value is (38,83,98). Sum of RGB (Red+Green+Blue) = 38+83+98=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #265362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265362 is #D9AC9D. Grayscale: #474747. Windows color (decimal): -14265502 or 6443814. OLE color: 6443814.

HSL color Cylindrical-coordinate representation of color #265362: hue angle of 195º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265362 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 83 98 -
CMYK 0.61 0.15 0 0.62
HSL 195º 0.44% 0.27% -
HSV(B) 195º 0.61% 0.38% -
XYZ 6.1 7.48 12.68 -
YUV 71.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 38 83 98 0.61 0.15 0 0.62 195 0.44 0.27
Hex 26 53 62 3D F 0 3E C3 2C 1B
Octal 46 123 142 75 17 0 76 303 54 33
Binary 100110 1010011 1100010 111101 1111 0 111110 11000011 101100 11011

Color Harmonies of #265362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265362

Black with #265362

Text Example


Text Example

White with #265362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265362; }

 p { color: rgb(38,83,98); }

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

background-color css

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

 a { background-color: rgb(38,83,98); }

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

border-color css

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

 span { border-color: rgb(38,83,98); }

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