Html Css Color HEX #2B668A Astral

📋 copy color: '#2B668A'

red 43 ◦ green 102 ◦ blue 138

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

Shades of Astral #2B668A

Tints of Astral #2B668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 15.19%
G = 36.04%
B = 48.76%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B668A (or 0x2B668A) is known color: Astral. HEX triplet: 2B, 66 and 8A. RGB value is (43,102,138). Sum of RGB (Red+Green+Blue) = 43+102+138=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B668A is #D49975. Grayscale: #585858. Windows color (decimal): -13932918 or 9070123. OLE color: 9070123.

HSL color Cylindrical-coordinate representation of color #2B668A: hue angle of 202.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B668A is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 102 138 -
CMYK 0.69 0.26 0 0.46
HSL 202.74º 0.52% 0.35% -
HSV(B) 202.74º 0.69% 0.54% -
XYZ 10.34 11.85 25.79 -
YUV 88.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 43 102 138 0.69 0.26 0 0.46 202.74 0.52 0.35
Hex 2B 66 8A 45 1A 0 2E CB 34 23
Octal 53 146 212 105 32 0 56 313 64 43
Binary 101011 1100110 10001010 1000101 11010 0 101110 11001011 110100 100011

Color Harmonies of #2B668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B668A

Black with #2B668A

Text Example


Text Example

White with #2B668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,102,138); }

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

background-color css

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

 a { background-color: rgb(43,102,138); }

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

border-color css

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

 span { border-color: rgb(43,102,138); }

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