#274E5C

Color #274E5C Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #274E5C

Tints of Arapawa #274E5C

Color information

#274E5C (or 0x274E5C) is unknown color: approx Arapawa. HEX triplet: 27, 4E and 5C. RGB value is (39,78,92). Sum of RGB (Red+Green+Blue) = 39+78+92=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #274E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E5C is #D8B1A3. Grayscale: #434343. Windows color (decimal): -14201252 or 6049319. OLE color: 6049319.

HSL color Cylindrical-coordinate representation of color #274E5C: hue angle of 195.85º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #274E5C is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB397892-
CMYK0.580.1500.64
HSL195.85º40.46%25.69%-
HSV(B)195.85º57.61%36.08%-
XYZ5.496.6511.12-
YUV67.94141.58107.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=18.66%
G=37.32%
B=44.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3978920.580.1500.64195.8540.4625.69
Hex274E5C3AF040c4281a
Octal47116134721701003045032
Binary100111100111010111001110101111010000001100010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274E5C; }

 p { color: rgb(39,78,92); }

 H1.HeaderClassName
 {
   color: #274E5C;
 }
 .AnyTagClassName
 {
   color: #274E5C;
 }
</style>
background-color css

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

 a { background-color: rgb(39,78,92); }

 div.DivClassName
 {
   background-color: #274E5C;
 }
 .BgClassName
 {
   background-color: #274E5C;
 }
</style>
border-color css

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

 span { border-color: rgb(39,78,92); }

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