Html Css Color HEX #274963 Arapawa

📋 copy color: '#274963'

red 39 ◦ green 73 ◦ blue 99

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

Shades of Arapawa #274963

Tints of Arapawa #274963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 18.48%
G = 34.6%
B = 46.92%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#274963 (or 0x274963) is known color: Arapawa. HEX triplet: 27, 49 and 63. RGB value is (39,73,99). Sum of RGB (Red+Green+Blue) = 39+73+99=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #274963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274963 is #D8B69C. Grayscale: #414141. Windows color (decimal): -14202525 or 6506791. OLE color: 6506791.

HSL color Cylindrical-coordinate representation of color #274963: hue angle of 206º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274963 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 73 99 -
CMYK 0.61 0.26 0 0.61
HSL 206º 0.43% 0.27% -
HSV(B) 206º 0.61% 0.39% -
XYZ 5.47 6.1 12.69 -
YUV 65.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 39 73 99 0.61 0.26 0 0.61 206 0.43 0.27
Hex 27 49 63 3D 1A 0 3D CE 2B 1B
Octal 47 111 143 75 32 0 75 316 53 33
Binary 100111 1001001 1100011 111101 11010 0 111101 11001110 101011 11011

Color Harmonies of #274963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274963

Black with #274963

Text Example


Text Example

White with #274963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274963; }

 p { color: rgb(39,73,99); }

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

background-color css

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

 a { background-color: rgb(39,73,99); }

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

border-color css

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

 span { border-color: rgb(39,73,99); }

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