#275366

Color #275366 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #275366

Tints of Arapawa #275366

Color information

#275366 (or 0x275366) is unknown color: approx Arapawa. HEX triplet: 27, 53 and 66. RGB value is (39,83,102). Sum of RGB (Red+Green+Blue) = 39+83+102=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #275366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275366 is #D8AC99. Grayscale: #474747. Windows color (decimal): -14199962 or 6705959. OLE color: 6705959.

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

Color convert

RGB3983102-
CMYK0.620.1900.6
HSL198.1º44.68%27.65%-
HSV(B)198.1º61.76%40%-
XYZ6.337.5813.7-
YUV72.01144.92104.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=17.41%
G=37.05%
B=45.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39831020.620.1900.6198.144.6827.65
Hex2753663E1303Cc62d1c
Octal4712314676230743065534
Binary100111101001111001101111101001101111001100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275366; }

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

 H1.HeaderClassName
 {
   color: #275366;
 }
 .AnyTagClassName
 {
   color: #275366;
 }
</style>
background-color css

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

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

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

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

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

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