Html Css Color HEX #344083 Torea Bay

📋 copy color: '#344083'

red 52 ◦ green 64 ◦ blue 131

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

Shades of Torea Bay #344083

Tints of Torea Bay #344083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 131 (51.56% from 255) = 53.04%

R = 21.05%
G = 25.91%
B = 53.04%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344083 (or 0x344083) is known color: Torea Bay. HEX triplet: 34, 40 and 83. RGB value is (52,64,131). Sum of RGB (Red+Green+Blue) = 52+64+131=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #344083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344083 is #CBBF7C. Grayscale: #434343. Windows color (decimal): -13352829 or 8601652. OLE color: 8601652.

HSL color Cylindrical-coordinate representation of color #344083: hue angle of 230.89º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344083 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 64 131 -
CMYK 0.60 0.51 0 0.49
HSL 230.89º 0.43% 0.36% -
HSV(B) 230.89º 0.6% 0.51% -
XYZ 7.35 6.04 22.25 -
YUV 68.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 52 64 131 0.60 0.51 0 0.49 230.89 0.43 0.36
Hex 34 40 83 3C 33 0 31 E7 2B 24
Octal 64 100 203 74 63 0 61 347 53 44
Binary 110100 1000000 10000011 111100 110011 0 110001 11100111 101011 100100

Color Harmonies of #344083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344083

Black with #344083

Text Example


Text Example

White with #344083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344083; }

 p { color: rgb(52,64,131); }

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

background-color css

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

 a { background-color: rgb(52,64,131); }

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

border-color css

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

 span { border-color: rgb(52,64,131); }

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