Html Css Color HEX #2F538D Fun Blue

📋 copy color: '#2F538D'

red 47 ◦ green 83 ◦ blue 141

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

Shades of Fun Blue #2F538D

Tints of Fun Blue #2F538D

RGB

 RED value IS 47 (18.75% from 255) = 17.34%

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 17.34%
G = 30.63%
B = 52.03%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F538D (or 0x2F538D) is known color: Fun Blue. HEX triplet: 2F, 53 and 8D. RGB value is (47,83,141). Sum of RGB (Red+Green+Blue) = 47+83+141=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F538D is #D0AC72. Grayscale: #4E4E4E. Windows color (decimal): -13675635 or 9261871. OLE color: 9261871.

HSL color Cylindrical-coordinate representation of color #2F538D: hue angle of 217.02º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F538D is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 83 141 -
CMYK 0.67 0.41 0 0.45
HSL 217.02º 0.5% 0.37% -
HSV(B) 217.02º 0.67% 0.55% -
XYZ 9.07 8.71 26.4 -
YUV 78.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 47 83 141 0.67 0.41 0 0.45 217.02 0.5 0.37
Hex 2F 53 8D 43 29 0 2D D9 32 25
Octal 57 123 215 103 51 0 55 331 62 45
Binary 101111 1010011 10001101 1000011 101001 0 101101 11011001 110010 100101

Color Harmonies of #2F538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F538D

Black with #2F538D

Text Example


Text Example

White with #2F538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,141); }

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

background-color css

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

 a { background-color: rgb(47,83,141); }

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

border-color css

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

 span { border-color: rgb(47,83,141); }

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