Html Css Color HEX #274C68 Arapawa

📋 copy color: '#274C68'

red 39 ◦ green 76 ◦ blue 104

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

Shades of Arapawa #274C68

Tints of Arapawa #274C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.7%

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

R = 17.81%
G = 34.7%
B = 47.49%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274C68 (or 0x274C68) is known color: Arapawa. HEX triplet: 27, 4C and 68. RGB value is (39,76,104). Sum of RGB (Red+Green+Blue) = 39+76+104=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #274C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C68 is #D8B397. Grayscale: #434343. Windows color (decimal): -14201752 or 6835239. OLE color: 6835239.

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

Color convert

RGB 39 76 104 -
CMYK 0.62 0.27 0 0.59
HSL 205.85º 0.45% 0.28% -
HSV(B) 205.85º 0.63% 0.41% -
XYZ 5.92 6.6 14.06 -
YUV 68.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 39 76 104 0.62 0.27 0 0.59 205.85 0.45 0.28
Hex 27 4C 68 3E 1B 0 3B CE 2D 1C
Octal 47 114 150 76 33 0 73 316 55 34
Binary 100111 1001100 1101000 111110 11011 0 111011 11001110 101101 11100

Color Harmonies of #274C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C68

Black with #274C68

Text Example


Text Example

White with #274C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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