Html Css Color HEX #2B357D Torea Bay

📋 copy color: '#2B357D'

red 43 ◦ green 53 ◦ blue 125

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

Shades of Torea Bay #2B357D

Tints of Torea Bay #2B357D

RGB

 RED value IS 43 (17.19% from 255) = 19.46%

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 19.46%
G = 23.98%
B = 56.56%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B357D (or 0x2B357D) is known color: Torea Bay. HEX triplet: 2B, 35 and 7D. RGB value is (43,53,125). Sum of RGB (Red+Green+Blue) = 43+53+125=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B357D is #D4CA82. Grayscale: #393939. Windows color (decimal): -13945475 or 8205611. OLE color: 8205611.

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

Color convert

RGB 43 53 125 -
CMYK 0.66 0.58 0 0.51
HSL 232.68º 0.49% 0.33% -
HSV(B) 232.68º 0.66% 0.49% -
XYZ 5.97 4.54 19.96 -
YUV 58.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 43 53 125 0.66 0.58 0 0.51 232.68 0.49 0.33
Hex 2B 35 7D 42 3A 0 33 E9 31 21
Octal 53 65 175 102 72 0 63 351 61 41
Binary 101011 110101 1111101 1000010 111010 0 110011 11101001 110001 100001

Color Harmonies of #2B357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B357D

Black with #2B357D

Text Example


Text Example

White with #2B357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,53,125); }

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

background-color css

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

 a { background-color: rgb(43,53,125); }

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

border-color css

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

 span { border-color: rgb(43,53,125); }

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