Html Css Color HEX #34387C Torea Bay

📋 copy color: '#34387C'

red 52 ◦ green 56 ◦ blue 124

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

Shades of Torea Bay #34387C

Tints of Torea Bay #34387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 22.41%
G = 24.14%
B = 53.45%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34387C (or 0x34387C) is known color: Torea Bay. HEX triplet: 34, 38 and 7C. RGB value is (52,56,124). Sum of RGB (Red+Green+Blue) = 52+56+124=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #34387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34387C is #CBC783. Grayscale: #3E3E3E. Windows color (decimal): -13354884 or 8140852. OLE color: 8140852.

HSL color Cylindrical-coordinate representation of color #34387C: hue angle of 236.67º 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 #34387C is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 56 124 -
CMYK 0.58 0.55 0 0.51
HSL 236.67º 0.41% 0.35% -
HSV(B) 236.67º 0.58% 0.49% -
XYZ 6.47 5.01 19.7 -
YUV 62.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 52 56 124 0.58 0.55 0 0.51 236.67 0.41 0.35
Hex 34 38 7C 3A 37 0 33 ED 29 23
Octal 64 70 174 72 67 0 63 355 51 43
Binary 110100 111000 1111100 111010 110111 0 110011 11101101 101001 100011

Color Harmonies of #34387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34387C

Black with #34387C

Text Example


Text Example

White with #34387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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