Html Css Color HEX #2B748C Astral

📋 copy color: '#2B748C'

red 43 ◦ green 116 ◦ blue 140

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

Shades of Astral #2B748C

Tints of Astral #2B748C

RGB

 RED value IS 43 (17.19% from 255) = 14.38%

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 14.38%
G = 38.8%
B = 46.82%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B748C (or 0x2B748C) is known color: Astral. HEX triplet: 2B, 74 and 8C. RGB value is (43,116,140). Sum of RGB (Red+Green+Blue) = 43+116+140=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B748C is #D48B73. Grayscale: #606060. Windows color (decimal): -13929332 or 9204779. OLE color: 9204779.

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

Color convert

RGB 43 116 140 -
CMYK 0.69 0.17 0 0.45
HSL 194.85º 0.53% 0.36% -
HSV(B) 194.85º 0.69% 0.55% -
XYZ 11.98 14.9 27.06 -
YUV 96.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 43 116 140 0.69 0.17 0 0.45 194.85 0.53 0.36
Hex 2B 74 8C 45 11 0 2D C3 35 24
Octal 53 164 214 105 21 0 55 303 65 44
Binary 101011 1110100 10001100 1000101 10001 0 101101 11000011 110101 100100

Color Harmonies of #2B748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B748C

Black with #2B748C

Text Example


Text Example

White with #2B748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,140); }

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

background-color css

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

 a { background-color: rgb(43,116,140); }

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

border-color css

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

 span { border-color: rgb(43,116,140); }

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