Html Css Color HEX #343C74 Torea Bay

📋 copy color: '#343C74'

red 52 ◦ green 60 ◦ blue 116

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

Shades of Torea Bay #343C74

Tints of Torea Bay #343C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 22.81%
G = 26.32%
B = 50.88%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343C74 (or 0x343C74) is known color: Torea Bay. HEX triplet: 34, 3C and 74. RGB value is (52,60,116). Sum of RGB (Red+Green+Blue) = 52+60+116=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #343C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C74 is #CBC38B. Grayscale: #3F3F3F. Windows color (decimal): -13353868 or 7617588. OLE color: 7617588.

HSL color Cylindrical-coordinate representation of color #343C74: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343C74 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 60 116 -
CMYK 0.55 0.48 0 0.55
HSL 232.5º 0.38% 0.33% -
HSV(B) 232.5º 0.55% 0.45% -
XYZ 6.18 5.22 17.21 -
YUV 63.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 52 60 116 0.55 0.48 0 0.55 232.5 0.38 0.33
Hex 34 3C 74 37 30 0 37 E8 26 21
Octal 64 74 164 67 60 0 67 350 46 41
Binary 110100 111100 1110100 110111 110000 0 110111 11101000 100110 100001

Color Harmonies of #343C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C74

Black with #343C74

Text Example


Text Example

White with #343C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,116); }

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

background-color css

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

 a { background-color: rgb(52,60,116); }

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

border-color css

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

 span { border-color: rgb(52,60,116); }

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