Html Css Color HEX #354E7B Fun Blue

📋 copy color: '#354E7B'

red 53 ◦ green 78 ◦ blue 123

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

Shades of Fun Blue #354E7B

Tints of Fun Blue #354E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 20.87%
G = 30.71%
B = 48.43%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#354E7B (or 0x354E7B) is known color: Fun Blue. HEX triplet: 35, 4E and 7B. RGB value is (53,78,123). Sum of RGB (Red+Green+Blue) = 53+78+123=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #354E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E7B is #CAB184. Grayscale: #4B4B4B. Windows color (decimal): -13283717 or 8080949. OLE color: 8080949.

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

Color convert

RGB 53 78 123 -
CMYK 0.57 0.37 0 0.52
HSL 218.57º 0.4% 0.35% -
HSV(B) 218.57º 0.57% 0.48% -
XYZ 7.77 7.64 19.8 -
YUV 75.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 53 78 123 0.57 0.37 0 0.52 218.57 0.4 0.35
Hex 35 4E 7B 39 25 0 34 DB 28 23
Octal 65 116 173 71 45 0 64 333 50 43
Binary 110101 1001110 1111011 111001 100101 0 110100 11011011 101000 100011

Color Harmonies of #354E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E7B

Black with #354E7B

Text Example


Text Example

White with #354E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,78,123); }

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

background-color css

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

 a { background-color: rgb(53,78,123); }

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

border-color css

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

 span { border-color: rgb(53,78,123); }

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