Html Css Color HEX #28307B Torea Bay

📋 copy color: '#28307B'

red 40 ◦ green 48 ◦ blue 123

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

Shades of Torea Bay #28307B

Tints of Torea Bay #28307B

RGB

 RED value IS 40 (16.02% from 255) = 18.96%

 GREEN value IS 48 (19.14% from 255) = 22.75%

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

R = 18.96%
G = 22.75%
B = 58.29%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28307B (or 0x28307B) is known color: Torea Bay. HEX triplet: 28, 30 and 7B. RGB value is (40,48,123). Sum of RGB (Red+Green+Blue) = 40+48+123=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #28307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307B is #D7CF84. Grayscale: #353535. Windows color (decimal): -14143365 or 8073256. OLE color: 8073256.

HSL color Cylindrical-coordinate representation of color #28307B: hue angle of 234.22º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28307B is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 48 123 -
CMYK 0.67 0.61 0 0.52
HSL 234.22º 0.51% 0.32% -
HSV(B) 234.22º 0.67% 0.48% -
XYZ 5.51 4 19.22 -
YUV 54.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 40 48 123 0.67 0.61 0 0.52 234.22 0.51 0.32
Hex 28 30 7B 43 3D 0 34 EA 33 20
Octal 50 60 173 103 75 0 64 352 63 40
Binary 101000 110000 1111011 1000011 111101 0 110100 11101010 110011 100000

Color Harmonies of #28307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28307B

Black with #28307B

Text Example


Text Example

White with #28307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28307B; }

 p { color: rgb(40,48,123); }

 H1.HeaderClassName
 {
   color: #28307B;
 }
 .AnyTagClassName
 {
   color: #28307B;
 }
</style>

background-color css

<style>
 a { background-color: #28307B; }

 a { background-color: rgb(40,48,123); }

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

border-color css

<style>
 span { border-color: #28307B; }

 span { border-color: rgb(40,48,123); }

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