Html Css Color HEX #354C7C Fun Blue

📋 copy color: '#354C7C'

red 53 ◦ green 76 ◦ blue 124

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

Shades of Fun Blue #354C7C

Tints of Fun Blue #354C7C

RGB

 RED value IS 53 (21.09% from 255) = 20.95%

 GREEN value IS 76 (30.08% from 255) = 30.04%

 BLUE value IS 124 (48.83% from 255) = 49.01%

R = 20.95%
G = 30.04%
B = 49.01%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#354C7C (or 0x354C7C) is known color: Fun Blue. HEX triplet: 35, 4C and 7C. RGB value is (53,76,124). Sum of RGB (Red+Green+Blue) = 53+76+124=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #354C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C7C is #CAB383. Grayscale: #4A4A4A. Windows color (decimal): -13284228 or 8145973. OLE color: 8145973.

HSL color Cylindrical-coordinate representation of color #354C7C: hue angle of 220.56º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354C7C is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 76 124 -
CMYK 0.57 0.39 0 0.51
HSL 220.56º 0.4% 0.35% -
HSV(B) 220.56º 0.57% 0.49% -
XYZ 7.69 7.38 20.09 -
YUV 74.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 53 76 124 0.57 0.39 0 0.51 220.56 0.4 0.35
Hex 35 4C 7C 39 27 0 33 DD 28 23
Octal 65 114 174 71 47 0 63 335 50 43
Binary 110101 1001100 1111100 111001 100111 0 110011 11011101 101000 100011

Color Harmonies of #354C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C7C

Black with #354C7C

Text Example


Text Example

White with #354C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354C7C; }

 p { color: rgb(53,76,124); }

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

background-color css

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

 a { background-color: rgb(53,76,124); }

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

border-color css

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

 span { border-color: rgb(53,76,124); }

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