Html Css Color HEX #274356 Astronaut Blue

📋 copy color: '#274356'

red 39 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #274356

Tints of Astronaut Blue #274356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.79%

R = 20.31%
G = 34.9%
B = 44.79%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#274356 (or 0x274356) is known color: Astronaut Blue. HEX triplet: 27, 43 and 56. RGB value is (39,67,86). Sum of RGB (Red+Green+Blue) = 39+67+86=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #274356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274356 is #D8BCA9. Grayscale: #3C3C3C. Windows color (decimal): -14204074 or 5653287. OLE color: 5653287.

HSL color Cylindrical-coordinate representation of color #274356: hue angle of 204.26º 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 #274356 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 67 86 -
CMYK 0.55 0.22 0 0.66
HSL 204.26º 0.38% 0.25% -
HSV(B) 204.26º 0.55% 0.34% -
XYZ 4.52 5.12 9.55 -
YUV 60.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 39 67 86 0.55 0.22 0 0.66 204.26 0.38 0.25
Hex 27 43 56 37 16 0 42 CC 26 19
Octal 47 103 126 67 26 0 102 314 46 31
Binary 100111 1000011 1010110 110111 10110 0 1000010 11001100 100110 11001

Color Harmonies of #274356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274356

Black with #274356

Text Example


Text Example

White with #274356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274356; }

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

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

background-color css

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

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

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

border-color css

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

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

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