Html Css Color HEX #274968 Arapawa

📋 copy color: '#274968'

red 39 ◦ green 73 ◦ blue 104

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

Shades of Arapawa #274968

Tints of Arapawa #274968

RGB

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

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

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

R = 18.06%
G = 33.8%
B = 48.15%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274968 (or 0x274968) is known color: Arapawa. HEX triplet: 27, 49 and 68. RGB value is (39,73,104). Sum of RGB (Red+Green+Blue) = 39+73+104=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #274968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274968 is #D8B697. Grayscale: #424242. Windows color (decimal): -14202520 or 6834471. OLE color: 6834471.

HSL color Cylindrical-coordinate representation of color #274968: hue angle of 208.62º 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 #274968 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 73 104 -
CMYK 0.62 0.30 0 0.59
HSL 208.62º 0.45% 0.28% -
HSV(B) 208.62º 0.63% 0.41% -
XYZ 5.72 6.2 13.99 -
YUV 66.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 39 73 104 0.62 0.30 0 0.59 208.62 0.45 0.28
Hex 27 49 68 3E 1E 0 3B D1 2D 1C
Octal 47 111 150 76 36 0 73 321 55 34
Binary 100111 1001001 1101000 111110 11110 0 111011 11010001 101101 11100

Color Harmonies of #274968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274968

Black with #274968

Text Example


Text Example

White with #274968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274968; }

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

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

background-color css

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

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

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

border-color css

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

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

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