Html Css Color HEX #2D508C Fun Blue

📋 copy color: '#2D508C'

red 45 ◦ green 80 ◦ blue 140

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

Shades of Fun Blue #2D508C

Tints of Fun Blue #2D508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 16.98%
G = 30.19%
B = 52.83%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D508C (or 0x2D508C) is known color: Fun Blue. HEX triplet: 2D, 50 and 8C. RGB value is (45,80,140). Sum of RGB (Red+Green+Blue) = 45+80+140=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D508C is #D2AF73. Grayscale: #4C4C4C. Windows color (decimal): -13807476 or 9195565. OLE color: 9195565.

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

Color convert

RGB 45 80 140 -
CMYK 0.68 0.43 0 0.45
HSL 217.89º 0.51% 0.36% -
HSV(B) 217.89º 0.68% 0.55% -
XYZ 8.68 8.19 25.93 -
YUV 76.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 45 80 140 0.68 0.43 0 0.45 217.89 0.51 0.36
Hex 2D 50 8C 44 2B 0 2D DA 33 24
Octal 55 120 214 104 53 0 55 332 63 44
Binary 101101 1010000 10001100 1000100 101011 0 101101 11011010 110011 100100

Color Harmonies of #2D508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D508C

Black with #2D508C

Text Example


Text Example

White with #2D508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,80,140); }

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

background-color css

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

 a { background-color: rgb(45,80,140); }

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

border-color css

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

 span { border-color: rgb(45,80,140); }

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