Html Css Color HEX #345F77 Blumine

📋 copy color: '#345F77'

red 52 ◦ green 95 ◦ blue 119

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

Shades of Blumine #345F77

Tints of Blumine #345F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 19.55%
G = 35.71%
B = 44.74%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345F77 (or 0x345F77) is known color: Blumine. HEX triplet: 34, 5F and 77. RGB value is (52,95,119). Sum of RGB (Red+Green+Blue) = 52+95+119=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #345F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F77 is #CBA088. Grayscale: #545454. Windows color (decimal): -13344905 or 7823156. OLE color: 7823156.

HSL color Cylindrical-coordinate representation of color #345F77: hue angle of 201.49º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345F77 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 95 119 -
CMYK 0.56 0.20 0 0.53
HSL 201.49º 0.39% 0.34% -
HSV(B) 201.49º 0.56% 0.47% -
XYZ 8.84 10.25 18.96 -
YUV 84.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 52 95 119 0.56 0.20 0 0.53 201.49 0.39 0.34
Hex 34 5F 77 38 14 0 35 C9 27 22
Octal 64 137 167 70 24 0 65 311 47 42
Binary 110100 1011111 1110111 111000 10100 0 110101 11001001 100111 100010

Color Harmonies of #345F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F77

Black with #345F77

Text Example


Text Example

White with #345F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345F77; }

 p { color: rgb(52,95,119); }

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

background-color css

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

 a { background-color: rgb(52,95,119); }

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

border-color css

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

 span { border-color: rgb(52,95,119); }

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