Html Css Color HEX #274A69 Arapawa

📋 copy color: '#274A69'

red 39 ◦ green 74 ◦ blue 105

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

Shades of Arapawa #274A69

Tints of Arapawa #274A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 17.89%
G = 33.94%
B = 48.17%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274A69 (or 0x274A69) is known color: Arapawa. HEX triplet: 27, 4A and 69. RGB value is (39,74,105). Sum of RGB (Red+Green+Blue) = 39+74+105=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #274A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A69 is #D8B596. Grayscale: #424242. Windows color (decimal): -14202263 or 6900263. OLE color: 6900263.

HSL color Cylindrical-coordinate representation of color #274A69: hue angle of 208.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274A69 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 74 105 -
CMYK 0.63 0.30 0 0.59
HSL 208.18º 0.46% 0.28% -
HSV(B) 208.18º 0.63% 0.41% -
XYZ 5.84 6.35 14.28 -
YUV 67.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 39 74 105 0.63 0.30 0 0.59 208.18 0.46 0.28
Hex 27 4A 69 3F 1E 0 3B D0 2E 1C
Octal 47 112 151 77 36 0 73 320 56 34
Binary 100111 1001010 1101001 111111 11110 0 111011 11010000 101110 11100

Color Harmonies of #274A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A69

Black with #274A69

Text Example


Text Example

White with #274A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,74,105); }

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

background-color css

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

 a { background-color: rgb(39,74,105); }

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

border-color css

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

 span { border-color: rgb(39,74,105); }

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