Html Css Color HEX #274558 Astronaut Blue

📋 copy color: '#274558'

red 39 ◦ green 69 ◦ blue 88

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

Shades of Astronaut Blue #274558

Tints of Astronaut Blue #274558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.2%

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 19.9%
G = 35.2%
B = 44.9%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274558 (or 0x274558) is known color: Astronaut Blue. HEX triplet: 27, 45 and 58. RGB value is (39,69,88). Sum of RGB (Red+Green+Blue) = 39+69+88=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #274558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274558 is #D8BAA7. Grayscale: #3E3E3E. Windows color (decimal): -14203560 or 5784871. OLE color: 5784871.

HSL color Cylindrical-coordinate representation of color #274558: hue angle of 203.27º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274558 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 69 88 -
CMYK 0.56 0.22 0 0.65
HSL 203.27º 0.39% 0.25% -
HSV(B) 203.27º 0.56% 0.35% -
XYZ 4.73 5.39 10.02 -
YUV 62.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 39 69 88 0.56 0.22 0 0.65 203.27 0.39 0.25
Hex 27 45 58 38 16 0 41 CB 27 19
Octal 47 105 130 70 26 0 101 313 47 31
Binary 100111 1000101 1011000 111000 10110 0 1000001 11001011 100111 11001

Color Harmonies of #274558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274558

Black with #274558

Text Example


Text Example

White with #274558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274558; }

 p { color: rgb(39,69,88); }

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

background-color css

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

 a { background-color: rgb(39,69,88); }

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

border-color css

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

 span { border-color: rgb(39,69,88); }

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