Html Css Color HEX #2D668A Astral

📋 copy color: '#2D668A'

red 45 ◦ green 102 ◦ blue 138

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

Shades of Astral #2D668A

Tints of Astral #2D668A

RGB

 RED value IS 45 (17.97% from 255) = 15.79%

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

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

R = 15.79%
G = 35.79%
B = 48.42%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D668A (or 0x2D668A) is known color: Astral. HEX triplet: 2D, 66 and 8A. RGB value is (45,102,138). Sum of RGB (Red+Green+Blue) = 45+102+138=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D668A is #D29975. Grayscale: #585858. Windows color (decimal): -13801846 or 9070125. OLE color: 9070125.

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

Color convert

RGB 45 102 138 -
CMYK 0.67 0.26 0 0.46
HSL 203.23º 0.51% 0.36% -
HSV(B) 203.23º 0.67% 0.54% -
XYZ 10.42 11.9 25.79 -
YUV 89.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 45 102 138 0.67 0.26 0 0.46 203.23 0.51 0.36
Hex 2D 66 8A 43 1A 0 2E CB 33 24
Octal 55 146 212 103 32 0 56 313 63 44
Binary 101101 1100110 10001010 1000011 11010 0 101110 11001011 110011 100100

Color Harmonies of #2D668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D668A

Black with #2D668A

Text Example


Text Example

White with #2D668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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