Html Css Color HEX #2D6685 Astral

📋 copy color: '#2D6685'

red 45 ◦ green 102 ◦ blue 133

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

Shades of Astral #2D6685

Tints of Astral #2D6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 16.07%
G = 36.43%
B = 47.5%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D6685 (or 0x2D6685) is known color: Astral. HEX triplet: 2D, 66 and 85. RGB value is (45,102,133). Sum of RGB (Red+Green+Blue) = 45+102+133=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D6685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6685 is #D2997A. Grayscale: #585858. Windows color (decimal): -13801851 or 8742445. OLE color: 8742445.

HSL color Cylindrical-coordinate representation of color #2D6685: hue angle of 201.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D6685 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 102 133 -
CMYK 0.66 0.23 0 0.48
HSL 201.14º 0.49% 0.35% -
HSV(B) 201.14º 0.66% 0.52% -
XYZ 10.07 11.75 23.93 -
YUV 88.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 45 102 133 0.66 0.23 0 0.48 201.14 0.49 0.35
Hex 2D 66 85 42 17 0 30 C9 31 23
Octal 55 146 205 102 27 0 60 311 61 43
Binary 101101 1100110 10000101 1000010 10111 0 110000 11001001 110001 100011

Color Harmonies of #2D6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6685

Black with #2D6685

Text Example


Text Example

White with #2D6685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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