Html Css Color HEX #2C518B Fun Blue

📋 copy color: '#2C518B'

red 44 ◦ green 81 ◦ blue 139

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

Shades of Fun Blue #2C518B

Tints of Fun Blue #2C518B

RGB

 RED value IS 44 (17.58% from 255) = 16.67%

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 16.67%
G = 30.68%
B = 52.65%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C518B (or 0x2C518B) is known color: Fun Blue. HEX triplet: 2C, 51 and 8B. RGB value is (44,81,139). Sum of RGB (Red+Green+Blue) = 44+81+139=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C518B is #D3AE74. Grayscale: #4C4C4C. Windows color (decimal): -13872757 or 9130284. OLE color: 9130284.

HSL color Cylindrical-coordinate representation of color #2C518B: hue angle of 216.63º degrees, saturation: 0.52, 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 #2C518B is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 81 139 -
CMYK 0.68 0.42 0 0.45
HSL 216.63º 0.52% 0.36% -
HSV(B) 216.63º 0.68% 0.55% -
XYZ 8.64 8.28 25.57 -
YUV 76.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 44 81 139 0.68 0.42 0 0.45 216.63 0.52 0.36
Hex 2C 51 8B 44 2A 0 2D D9 34 24
Octal 54 121 213 104 52 0 55 331 64 44
Binary 101100 1010001 10001011 1000100 101010 0 101101 11011001 110100 100100

Color Harmonies of #2C518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C518B

Black with #2C518B

Text Example


Text Example

White with #2C518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,81,139); }

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

background-color css

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

 a { background-color: rgb(44,81,139); }

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

border-color css

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

 span { border-color: rgb(44,81,139); }

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