Html Css Color HEX #265366 Arapawa

📋 copy color: '#265366'

red 38 ◦ green 83 ◦ blue 102

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

Shades of Arapawa #265366

Tints of Arapawa #265366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 17.04%
G = 37.22%
B = 45.74%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#265366 (or 0x265366) is known color: Arapawa. HEX triplet: 26, 53 and 66. RGB value is (38,83,102). Sum of RGB (Red+Green+Blue) = 38+83+102=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #265366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265366 is #D9AC99. Grayscale: #474747. Windows color (decimal): -14265498 or 6705958. OLE color: 6705958.

HSL color Cylindrical-coordinate representation of color #265366: 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 #265366 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 83 102 -
CMYK 0.63 0.19 0 0.6
HSL 197.81º 0.46% 0.27% -
HSV(B) 197.81º 0.63% 0.4% -
XYZ 6.29 7.56 13.7 -
YUV 71.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 38 83 102 0.63 0.19 0 0.6 197.81 0.46 0.27
Hex 26 53 66 3F 13 0 3C C6 2E 1B
Octal 46 123 146 77 23 0 74 306 56 33
Binary 100110 1010011 1100110 111111 10011 0 111100 11000110 101110 11011

Color Harmonies of #265366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265366

Black with #265366

Text Example


Text Example

White with #265366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265366; }

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

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

background-color css

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

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

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

border-color css

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

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

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