Html Css Color HEX #232B8B Torea Bay

📋 copy color: '#232B8B'

red 35 ◦ green 43 ◦ blue 139

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

Shades of Torea Bay #232B8B

Tints of Torea Bay #232B8B

RGB

 RED value IS 35 (14.06% from 255) = 16.13%

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 16.13%
G = 19.82%
B = 64.06%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#232B8B (or 0x232B8B) is known color: Torea Bay. HEX triplet: 23, 2B and 8B. RGB value is (35,43,139). Sum of RGB (Red+Green+Blue) = 35+43+139=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #232B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B8B is #DCD474. Grayscale: #333333. Windows color (decimal): -14472309 or 9120547. OLE color: 9120547.

HSL color Cylindrical-coordinate representation of color #232B8B: hue angle of 235.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232B8B is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 43 139 -
CMYK 0.75 0.69 0 0.45
HSL 235.38º 0.6% 0.34% -
HSV(B) 235.38º 0.75% 0.55% -
XYZ 6.22 3.95 24.86 -
YUV 51.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 35 43 139 0.75 0.69 0 0.45 235.38 0.6 0.34
Hex 23 2B 8B 4B 45 0 2D EB 3C 22
Octal 43 53 213 113 105 0 55 353 74 42
Binary 100011 101011 10001011 1001011 1000101 0 101101 11101011 111100 100010

Color Harmonies of #232B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B8B

Black with #232B8B

Text Example


Text Example

White with #232B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232B8B; }

 p { color: rgb(35,43,139); }

 H1.HeaderClassName
 {
   color: #232B8B;
 }
 .AnyTagClassName
 {
   color: #232B8B;
 }
</style>

background-color css

<style>
 a { background-color: #232B8B; }

 a { background-color: rgb(35,43,139); }

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

border-color css

<style>
 span { border-color: #232B8B; }

 span { border-color: rgb(35,43,139); }

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