Html Css Color HEX #345085 Fun Blue

📋 copy color: '#345085'

red 52 ◦ green 80 ◦ blue 133

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

Shades of Fun Blue #345085

Tints of Fun Blue #345085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 19.62%
G = 30.19%
B = 50.19%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345085 (or 0x345085) is known color: Fun Blue. HEX triplet: 34, 50 and 85. RGB value is (52,80,133). Sum of RGB (Red+Green+Blue) = 52+80+133=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #345085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345085 is #CBAF7A. Grayscale: #4D4D4D. Windows color (decimal): -13348731 or 8736820. OLE color: 8736820.

HSL color Cylindrical-coordinate representation of color #345085: hue angle of 219.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345085 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 80 133 -
CMYK 0.61 0.40 0 0.48
HSL 219.26º 0.44% 0.36% -
HSV(B) 219.26º 0.61% 0.52% -
XYZ 8.52 8.16 23.32 -
YUV 77.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 52 80 133 0.61 0.40 0 0.48 219.26 0.44 0.36
Hex 34 50 85 3D 28 0 30 DB 2C 24
Octal 64 120 205 75 50 0 60 333 54 44
Binary 110100 1010000 10000101 111101 101000 0 110000 11011011 101100 100100

Color Harmonies of #345085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345085

Black with #345085

Text Example


Text Example

White with #345085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345085; }

 p { color: rgb(52,80,133); }

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

background-color css

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

 a { background-color: rgb(52,80,133); }

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

border-color css

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

 span { border-color: rgb(52,80,133); }

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