Html Css Color HEX #34538B Fun Blue

📋 copy color: '#34538B'

red 52 ◦ green 83 ◦ blue 139

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

Shades of Fun Blue #34538B

Tints of Fun Blue #34538B

RGB

 RED value IS 52 (20.7% from 255) = 18.98%

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

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

R = 18.98%
G = 30.29%
B = 50.73%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34538B (or 0x34538B) is known color: Fun Blue. HEX triplet: 34, 53 and 8B. RGB value is (52,83,139). Sum of RGB (Red+Green+Blue) = 52+83+139=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #34538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34538B is #CBAC74. Grayscale: #4F4F4F. Windows color (decimal): -13347957 or 9130804. OLE color: 9130804.

HSL color Cylindrical-coordinate representation of color #34538B: hue angle of 218.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34538B is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 83 139 -
CMYK 0.63 0.40 0 0.45
HSL 218.62º 0.46% 0.37% -
HSV(B) 218.62º 0.63% 0.55% -
XYZ 9.17 8.78 25.64 -
YUV 80.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 52 83 139 0.63 0.40 0 0.45 218.62 0.46 0.37
Hex 34 53 8B 3F 28 0 2D DB 2E 25
Octal 64 123 213 77 50 0 55 333 56 45
Binary 110100 1010011 10001011 111111 101000 0 101101 11011011 101110 100101

Color Harmonies of #34538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34538B

Black with #34538B

Text Example


Text Example

White with #34538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34538B; }

 p { color: rgb(52,83,139); }

 H1.HeaderClassName
 {
   color: #34538B;
 }
 .AnyTagClassName
 {
   color: #34538B;
 }
</style>

background-color css

<style>
 a { background-color: #34538B; }

 a { background-color: rgb(52,83,139); }

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

border-color css

<style>
 span { border-color: #34538B; }

 span { border-color: rgb(52,83,139); }

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