Html Css Color HEX #274D68 Arapawa

📋 copy color: '#274D68'

red 39 ◦ green 77 ◦ blue 104

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

Shades of Arapawa #274D68

Tints of Arapawa #274D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35%

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

R = 17.73%
G = 35%
B = 47.27%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274D68 (or 0x274D68) is known color: Arapawa. HEX triplet: 27, 4D and 68. RGB value is (39,77,104). Sum of RGB (Red+Green+Blue) = 39+77+104=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #274D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D68 is #D8B297. Grayscale: #444444. Windows color (decimal): -14201496 or 6835495. OLE color: 6835495.

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

Color convert

RGB 39 77 104 -
CMYK 0.62 0.26 0 0.59
HSL 204.92º 0.45% 0.28% -
HSV(B) 204.92º 0.63% 0.41% -
XYZ 5.99 6.74 14.08 -
YUV 68.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 39 77 104 0.62 0.26 0 0.59 204.92 0.45 0.28
Hex 27 4D 68 3E 1A 0 3B CD 2D 1C
Octal 47 115 150 76 32 0 73 315 55 34
Binary 100111 1001101 1101000 111110 11010 0 111011 11001101 101101 11100

Color Harmonies of #274D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D68

Black with #274D68

Text Example


Text Example

White with #274D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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