Html Css Color HEX #343F82 Torea Bay

📋 copy color: '#343F82'

red 52 ◦ green 63 ◦ blue 130

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

Shades of Torea Bay #343F82

Tints of Torea Bay #343F82

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 21.22%
G = 25.71%
B = 53.06%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#343F82 (or 0x343F82) is known color: Torea Bay. HEX triplet: 34, 3F and 82. RGB value is (52,63,130). Sum of RGB (Red+Green+Blue) = 52+63+130=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #343F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F82 is #CBC07D. Grayscale: #434343. Windows color (decimal): -13353086 or 8535860. OLE color: 8535860.

HSL color Cylindrical-coordinate representation of color #343F82: hue angle of 231.54º 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 #343F82 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 63 130 -
CMYK 0.60 0.52 0 0.49
HSL 231.54º 0.43% 0.36% -
HSV(B) 231.54º 0.6% 0.51% -
XYZ 7.22 5.9 21.88 -
YUV 67.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 52 63 130 0.60 0.52 0 0.49 231.54 0.43 0.36
Hex 34 3F 82 3C 34 0 31 E8 2B 24
Octal 64 77 202 74 64 0 61 350 53 44
Binary 110100 111111 10000010 111100 110100 0 110001 11101000 101011 100100

Color Harmonies of #343F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F82

Black with #343F82

Text Example


Text Example

White with #343F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343F82; }

 p { color: rgb(52,63,130); }

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

background-color css

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

 a { background-color: rgb(52,63,130); }

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

border-color css

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

 span { border-color: rgb(52,63,130); }

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