Html Css Color HEX #274657 Astronaut Blue

📋 copy color: '#274657'

red 39 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #274657

Tints of Astronaut Blue #274657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 87 (34.38% from 255) = 44.39%

R = 19.9%
G = 35.71%
B = 44.39%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#274657 (or 0x274657) is known color: Astronaut Blue. HEX triplet: 27, 46 and 57. RGB value is (39,70,87). Sum of RGB (Red+Green+Blue) = 39+70+87=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #274657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274657 is #D8B9A8. Grayscale: #3E3E3E. Windows color (decimal): -14203305 or 5719591. OLE color: 5719591.

HSL color Cylindrical-coordinate representation of color #274657: hue angle of 201.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #274657 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 70 87 -
CMYK 0.55 0.20 0 0.66
HSL 201.25º 0.38% 0.25% -
HSV(B) 201.25º 0.55% 0.34% -
XYZ 4.75 5.5 9.83 -
YUV 62.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 39 70 87 0.55 0.20 0 0.66 201.25 0.38 0.25
Hex 27 46 57 37 14 0 42 C9 26 19
Octal 47 106 127 67 24 0 102 311 46 31
Binary 100111 1000110 1010111 110111 10100 0 1000010 11001001 100110 11001

Color Harmonies of #274657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274657

Black with #274657

Text Example


Text Example

White with #274657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274657; }

 p { color: rgb(39,70,87); }

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

background-color css

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

 a { background-color: rgb(39,70,87); }

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

border-color css

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

 span { border-color: rgb(39,70,87); }

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