Html Css Color HEX #34667A Blumine

📋 copy color: '#34667A'

red 52 ◦ green 102 ◦ blue 122

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

Shades of Blumine #34667A

Tints of Blumine #34667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 18.84%
G = 36.96%
B = 44.2%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34667A (or 0x34667A) is known color: Blumine. HEX triplet: 34, 66 and 7A. RGB value is (52,102,122). Sum of RGB (Red+Green+Blue) = 52+102+122=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #34667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34667A is #CB9985. Grayscale: #595959. Windows color (decimal): -13343110 or 8021556. OLE color: 8021556.

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

Color convert

RGB 52 102 122 -
CMYK 0.57 0.16 0 0.52
HSL 197.14º 0.4% 0.34% -
HSV(B) 197.14º 0.57% 0.48% -
XYZ 9.68 11.64 20.15 -
YUV 89.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 52 102 122 0.57 0.16 0 0.52 197.14 0.4 0.34
Hex 34 66 7A 39 10 0 34 C5 28 22
Octal 64 146 172 71 20 0 64 305 50 42
Binary 110100 1100110 1111010 111001 10000 0 110100 11000101 101000 100010

Color Harmonies of #34667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34667A

Black with #34667A

Text Example


Text Example

White with #34667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34667A; }

 p { color: rgb(52,102,122); }

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

background-color css

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

 a { background-color: rgb(52,102,122); }

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

border-color css

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

 span { border-color: rgb(52,102,122); }

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