Html Css Color HEX #3D547D Fun Blue

📋 copy color: '#3D547D'

red 61 ◦ green 84 ◦ blue 125

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

Shades of Fun Blue #3D547D

Tints of Fun Blue #3D547D

RGB

 RED value IS 61 (24.22% from 255) = 22.59%

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 22.59%
G = 31.11%
B = 46.3%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D547D (or 0x3D547D) is known color: Fun Blue. HEX triplet: 3D, 54 and 7D. RGB value is (61,84,125). Sum of RGB (Red+Green+Blue) = 61+84+125=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D547D is #C2AB82. Grayscale: #515151. Windows color (decimal): -12757891 or 8213565. OLE color: 8213565.

HSL color Cylindrical-coordinate representation of color #3D547D: hue angle of 218.44º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D547D is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 84 125 -
CMYK 0.51 0.33 0 0.51
HSL 218.44º 0.34% 0.36% -
HSV(B) 218.44º 0.51% 0.49% -
XYZ 8.8 8.81 20.64 -
YUV 81.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 61 84 125 0.51 0.33 0 0.51 218.44 0.34 0.36
Hex 3D 54 7D 33 21 0 33 DA 22 24
Octal 75 124 175 63 41 0 63 332 42 44
Binary 111101 1010100 1111101 110011 100001 0 110011 11011010 100010 100100

Color Harmonies of #3D547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D547D

Black with #3D547D

Text Example


Text Example

White with #3D547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D547D; }

 p { color: rgb(61,84,125); }

 H1.HeaderClassName
 {
   color: #3D547D;
 }
 .AnyTagClassName
 {
   color: #3D547D;
 }
</style>

background-color css

<style>
 a { background-color: #3D547D; }

 a { background-color: rgb(61,84,125); }

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

border-color css

<style>
 span { border-color: #3D547D; }

 span { border-color: rgb(61,84,125); }

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