Html Css Color HEX #2F6488 Astral

📋 copy color: '#2F6488'

red 47 ◦ green 100 ◦ blue 136

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

Shades of Astral #2F6488

Tints of Astral #2F6488

RGB

 RED value IS 47 (18.75% from 255) = 16.61%

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 136 (53.52% from 255) = 48.06%

R = 16.61%
G = 35.34%
B = 48.06%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F6488 (or 0x2F6488) is known color: Astral. HEX triplet: 2F, 64 and 88. RGB value is (47,100,136). Sum of RGB (Red+Green+Blue) = 47+100+136=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6488 is #D09B77. Grayscale: #585858. Windows color (decimal): -13671288 or 8938543. OLE color: 8938543.

HSL color Cylindrical-coordinate representation of color #2F6488: hue angle of 204.27º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6488 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 100 136 -
CMYK 0.65 0.26 0 0.47
HSL 204.27º 0.49% 0.36% -
HSV(B) 204.27º 0.65% 0.53% -
XYZ 10.17 11.5 24.98 -
YUV 88.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 47 100 136 0.65 0.26 0 0.47 204.27 0.49 0.36
Hex 2F 64 88 41 1A 0 2F CC 31 24
Octal 57 144 210 101 32 0 57 314 61 44
Binary 101111 1100100 10001000 1000001 11010 0 101111 11001100 110001 100100

Color Harmonies of #2F6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6488

Black with #2F6488

Text Example


Text Example

White with #2F6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F6488; }

 p { color: rgb(47,100,136); }

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

background-color css

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

 a { background-color: rgb(47,100,136); }

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

border-color css

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

 span { border-color: rgb(47,100,136); }

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