Html Css Color HEX #274B60 Arapawa

📋 copy color: '#274B60'

red 39 ◦ green 75 ◦ blue 96

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

Shades of Arapawa #274B60

Tints of Arapawa #274B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 18.57%
G = 35.71%
B = 45.71%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274B60 (or 0x274B60) is known color: Arapawa. HEX triplet: 27, 4B and 60. RGB value is (39,75,96). Sum of RGB (Red+Green+Blue) = 39+75+96=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #274B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B60 is #D8B49F. Grayscale: #424242. Windows color (decimal): -14202016 or 6310695. OLE color: 6310695.

HSL color Cylindrical-coordinate representation of color #274B60: hue angle of 202.11º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274B60 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 75 96 -
CMYK 0.59 0.22 0 0.62
HSL 202.11º 0.42% 0.26% -
HSV(B) 202.11º 0.59% 0.38% -
XYZ 5.46 6.31 12 -
YUV 66.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 39 75 96 0.59 0.22 0 0.62 202.11 0.42 0.26
Hex 27 4B 60 3B 16 0 3E CA 2A 1A
Octal 47 113 140 73 26 0 76 312 52 32
Binary 100111 1001011 1100000 111011 10110 0 111110 11001010 101010 11010

Color Harmonies of #274B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B60

Black with #274B60

Text Example


Text Example

White with #274B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,75,96); }

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

background-color css

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

 a { background-color: rgb(39,75,96); }

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

border-color css

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

 span { border-color: rgb(39,75,96); }

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