Html Css Color HEX #343F7C Torea Bay

📋 copy color: '#343F7C'

red 52 ◦ green 63 ◦ blue 124

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

Shades of Torea Bay #343F7C

Tints of Torea Bay #343F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 21.76%
G = 26.36%
B = 51.88%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#343F7C (or 0x343F7C) is known color: Torea Bay. HEX triplet: 34, 3F and 7C. RGB value is (52,63,124). Sum of RGB (Red+Green+Blue) = 52+63+124=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #343F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F7C is #CBC083. Grayscale: #424242. Windows color (decimal): -13353092 or 8142644. OLE color: 8142644.

HSL color Cylindrical-coordinate representation of color #343F7C: hue angle of 230.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343F7C is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 63 124 -
CMYK 0.58 0.49 0 0.51
HSL 230.83º 0.41% 0.35% -
HSV(B) 230.83º 0.58% 0.49% -
XYZ 6.83 5.74 19.82 -
YUV 66.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 52 63 124 0.58 0.49 0 0.51 230.83 0.41 0.35
Hex 34 3F 7C 3A 31 0 33 E7 29 23
Octal 64 77 174 72 61 0 63 347 51 43
Binary 110100 111111 1111100 111010 110001 0 110011 11100111 101001 100011

Color Harmonies of #343F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F7C

Black with #343F7C

Text Example


Text Example

White with #343F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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