Html Css Color HEX #274768 Arapawa

📋 copy color: '#274768'

red 39 ◦ green 71 ◦ blue 104

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

Shades of Arapawa #274768

Tints of Arapawa #274768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 18.22%
G = 33.18%
B = 48.6%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274768 (or 0x274768) is known color: Arapawa. HEX triplet: 27, 47 and 68. RGB value is (39,71,104). Sum of RGB (Red+Green+Blue) = 39+71+104=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #274768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274768 is #D8B897. Grayscale: #414141. Windows color (decimal): -14203032 or 6833959. OLE color: 6833959.

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

Color convert

RGB 39 71 104 -
CMYK 0.62 0.32 0 0.59
HSL 210.46º 0.45% 0.28% -
HSV(B) 210.46º 0.63% 0.41% -
XYZ 5.59 5.94 13.95 -
YUV 65.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 39 71 104 0.62 0.32 0 0.59 210.46 0.45 0.28
Hex 27 47 68 3E 20 0 3B D2 2D 1C
Octal 47 107 150 76 40 0 73 322 55 34
Binary 100111 1000111 1101000 111110 100000 0 111011 11010010 101101 11100

Color Harmonies of #274768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274768

Black with #274768

Text Example


Text Example

White with #274768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274768; }

 p { color: rgb(39,71,104); }

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

background-color css

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

 a { background-color: rgb(39,71,104); }

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

border-color css

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

 span { border-color: rgb(39,71,104); }

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