Html Css Color HEX #275366 Arapawa

📋 copy color: '#275366'

red 39 ◦ green 83 ◦ blue 102

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

Shades of Arapawa #275366

Tints of Arapawa #275366

RGB

 RED value IS 39 (15.63% 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 value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#275366 (or 0x275366) is known color: 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

RGB 39 83 102 -
CMYK 0.62 0.19 0 0.6
HSL 198.1º 0.45% 0.28% -
HSV(B) 198.1º 0.62% 0.4% -
XYZ 6.33 7.58 13.7 -
YUV 72.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 39 83 102 0.62 0.19 0 0.6 198.1 0.45 0.28
Hex 27 53 66 3E 13 0 3C C6 2D 1C
Octal 47 123 146 76 23 0 74 306 55 34
Binary 100111 1010011 1100110 111110 10011 0 111100 11000110 101101 11100

Color Harmonies of #275366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275366

Black with #275366

Text Example


Text Example

White with #275366

Text Example


Text Example

HTML Codes & Css Web 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>