Html Css Color HEX #34558D Fun Blue

📋 copy color: '#34558D'

red 52 ◦ green 85 ◦ blue 141

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

Shades of Fun Blue #34558D

Tints of Fun Blue #34558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

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

R = 18.71%
G = 30.58%
B = 50.72%

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

#34558D (or 0x34558D) is known color: Fun Blue. HEX triplet: 34, 55 and 8D. RGB value is (52,85,141). Sum of RGB (Red+Green+Blue) = 52+85+141=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #34558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34558D is #CBAA72. Grayscale: #515151. Windows color (decimal): -13347443 or 9262388. OLE color: 9262388.

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

Color convert

RGB 52 85 141 -
CMYK 0.63 0.40 0 0.45
HSL 217.75º 0.46% 0.38% -
HSV(B) 217.75º 0.63% 0.55% -
XYZ 9.47 9.15 26.47 -
YUV 81.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 52 85 141 0.63 0.40 0 0.45 217.75 0.46 0.38
Hex 34 55 8D 3F 28 0 2D DA 2E 26
Octal 64 125 215 77 50 0 55 332 56 46
Binary 110100 1010101 10001101 111111 101000 0 101101 11011010 101110 100110

Color Harmonies of #34558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34558D

Black with #34558D

Text Example


Text Example

White with #34558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34558D; }

 p { color: rgb(52,85,141); }

 H1.HeaderClassName
 {
   color: #34558D;
 }
 .AnyTagClassName
 {
   color: #34558D;
 }
</style>

background-color css

<style>
 a { background-color: #34558D; }

 a { background-color: rgb(52,85,141); }

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

border-color css

<style>
 span { border-color: #34558D; }

 span { border-color: rgb(52,85,141); }

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