Html Css Color HEX #274355 Astronaut Blue

📋 copy color: '#274355'

red 39 ◦ green 67 ◦ blue 85

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

Shades of Astronaut Blue #274355

Tints of Astronaut Blue #274355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 20.42%
G = 35.08%
B = 44.5%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#274355 (or 0x274355) is known color: Astronaut Blue. HEX triplet: 27, 43 and 55. RGB value is (39,67,85). Sum of RGB (Red+Green+Blue) = 39+67+85=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #274355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274355 is #D8BCAA. Grayscale: #3C3C3C. Windows color (decimal): -14204075 or 5587751. OLE color: 5587751.

HSL color Cylindrical-coordinate representation of color #274355: hue angle of 203.48º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274355 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 67 85 -
CMYK 0.54 0.21 0 0.67
HSL 203.48º 0.37% 0.24% -
HSV(B) 203.48º 0.54% 0.33% -
XYZ 4.48 5.1 9.34 -
YUV 60.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 39 67 85 0.54 0.21 0 0.67 203.48 0.37 0.24
Hex 27 43 55 36 15 0 43 CB 25 18
Octal 47 103 125 66 25 0 103 313 45 30
Binary 100111 1000011 1010101 110110 10101 0 1000011 11001011 100101 11000

Color Harmonies of #274355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274355

Black with #274355

Text Example


Text Example

White with #274355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274355; }

 p { color: rgb(39,67,85); }

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

background-color css

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

 a { background-color: rgb(39,67,85); }

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

border-color css

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

 span { border-color: rgb(39,67,85); }

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