Html Css Color HEX #275361 Arapawa

📋 copy color: '#275361'

red 39 ◦ green 83 ◦ blue 97

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

Shades of Arapawa #275361

Tints of Arapawa #275361

RGB

 RED value IS 39 (15.63% from 255) = 17.81%

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

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 17.81%
G = 37.9%
B = 44.29%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#275361 (or 0x275361) is known color: Arapawa. HEX triplet: 27, 53 and 61. RGB value is (39,83,97). Sum of RGB (Red+Green+Blue) = 39+83+97=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #275361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275361 is #D8AC9E. Grayscale: #474747. Windows color (decimal): -14199967 or 6378279. OLE color: 6378279.

HSL color Cylindrical-coordinate representation of color #275361: hue angle of 194.48º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #275361 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 83 97 -
CMYK 0.60 0.14 0 0.62
HSL 194.48º 0.43% 0.27% -
HSV(B) 194.48º 0.6% 0.38% -
XYZ 6.09 7.48 12.43 -
YUV 71.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 39 83 97 0.60 0.14 0 0.62 194.48 0.43 0.27
Hex 27 53 61 3C E 0 3E C2 2B 1B
Octal 47 123 141 74 16 0 76 302 53 33
Binary 100111 1010011 1100001 111100 1110 0 111110 11000010 101011 11011

Color Harmonies of #275361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275361

Black with #275361

Text Example


Text Example

White with #275361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275361; }

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

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

background-color css

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

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

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

border-color css

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

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

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