Html Css Color HEX #2F658B Astral

📋 copy color: '#2F658B'

red 47 ◦ green 101 ◦ blue 139

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

Shades of Astral #2F658B

Tints of Astral #2F658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 16.38%
G = 35.19%
B = 48.43%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F658B (or 0x2F658B) is known color: Astral. HEX triplet: 2F, 65 and 8B. RGB value is (47,101,139). Sum of RGB (Red+Green+Blue) = 47+101+139=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F658B is #D09A74. Grayscale: #585858. Windows color (decimal): -13671029 or 9135407. OLE color: 9135407.

HSL color Cylindrical-coordinate representation of color #2F658B: hue angle of 204.78º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F658B is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 101 139 -
CMYK 0.66 0.27 0 0.45
HSL 204.78º 0.49% 0.36% -
HSV(B) 204.78º 0.66% 0.55% -
XYZ 10.49 11.78 26.15 -
YUV 89.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 47 101 139 0.66 0.27 0 0.45 204.78 0.49 0.36
Hex 2F 65 8B 42 1B 0 2D CD 31 24
Octal 57 145 213 102 33 0 55 315 61 44
Binary 101111 1100101 10001011 1000010 11011 0 101101 11001101 110001 100100

Color Harmonies of #2F658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F658B

Black with #2F658B

Text Example


Text Example

White with #2F658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,139); }

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

background-color css

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

 a { background-color: rgb(47,101,139); }

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

border-color css

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

 span { border-color: rgb(47,101,139); }

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