Html Css Color HEX #2D377B Torea Bay

📋 copy color: '#2D377B'

red 45 ◦ green 55 ◦ blue 123

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

Shades of Torea Bay #2D377B

Tints of Torea Bay #2D377B

RGB

 RED value IS 45 (17.97% from 255) = 20.18%

 GREEN value IS 55 (21.88% from 255) = 24.66%

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 20.18%
G = 24.66%
B = 55.16%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2D377B (or 0x2D377B) is known color: Torea Bay. HEX triplet: 2D, 37 and 7B. RGB value is (45,55,123). Sum of RGB (Red+Green+Blue) = 45+55+123=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D377B is #D2C884. Grayscale: #3B3B3B. Windows color (decimal): -13813893 or 8075053. OLE color: 8075053.

HSL color Cylindrical-coordinate representation of color #2D377B: hue angle of 232.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D377B is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 45 55 123 -
CMYK 0.63 0.55 0 0.52
HSL 232.31º 0.46% 0.33% -
HSV(B) 232.31º 0.63% 0.48% -
XYZ 6.02 4.72 19.33 -
YUV 59.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 45 55 123 0.63 0.55 0 0.52 232.31 0.46 0.33
Hex 2D 37 7B 3F 37 0 34 E8 2E 21
Octal 55 67 173 77 67 0 64 350 56 41
Binary 101101 110111 1111011 111111 110111 0 110100 11101000 101110 100001

Color Harmonies of #2D377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D377B

Black with #2D377B

Text Example


Text Example

White with #2D377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D377B; }

 p { color: rgb(45,55,123); }

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

background-color css

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

 a { background-color: rgb(45,55,123); }

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

border-color css

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

 span { border-color: rgb(45,55,123); }

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