Html Css Color HEX #345385 Fun Blue

📋 copy color: '#345385'

red 52 ◦ green 83 ◦ blue 133

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

Shades of Fun Blue #345385

Tints of Fun Blue #345385

RGB

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

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

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

R = 19.4%
G = 30.97%
B = 49.63%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345385 (or 0x345385) is known color: Fun Blue. HEX triplet: 34, 53 and 85. RGB value is (52,83,133). Sum of RGB (Red+Green+Blue) = 52+83+133=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #345385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345385 is #CBAC7A. Grayscale: #4F4F4F. Windows color (decimal): -13347963 or 8737588. OLE color: 8737588.

HSL color Cylindrical-coordinate representation of color #345385: hue angle of 217.04º 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 #345385 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 83 133 -
CMYK 0.61 0.38 0 0.48
HSL 217.04º 0.44% 0.36% -
HSV(B) 217.04º 0.61% 0.52% -
XYZ 8.74 8.61 23.39 -
YUV 79.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 52 83 133 0.61 0.38 0 0.48 217.04 0.44 0.36
Hex 34 53 85 3D 26 0 30 D9 2C 24
Octal 64 123 205 75 46 0 60 331 54 44
Binary 110100 1010011 10000101 111101 100110 0 110000 11011001 101100 100100

Color Harmonies of #345385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345385

Black with #345385

Text Example


Text Example

White with #345385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345385; }

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

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

background-color css

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

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

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

border-color css

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

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

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