Html Css Color HEX #283385 Torea Bay

📋 copy color: '#283385'

red 40 ◦ green 51 ◦ blue 133

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

Shades of Torea Bay #283385

Tints of Torea Bay #283385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 17.86%
G = 22.77%
B = 59.38%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#283385 (or 0x283385) is known color: Torea Bay. HEX triplet: 28, 33 and 85. RGB value is (40,51,133). Sum of RGB (Red+Green+Blue) = 40+51+133=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #283385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283385 is #D7CC7A. Grayscale: #383838. Windows color (decimal): -14142587 or 8729384. OLE color: 8729384.

HSL color Cylindrical-coordinate representation of color #283385: hue angle of 232.9º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283385 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 51 133 -
CMYK 0.70 0.62 0 0.48
HSL 232.9º 0.54% 0.34% -
HSV(B) 232.9º 0.7% 0.52% -
XYZ 6.29 4.51 22.73 -
YUV 57.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 40 51 133 0.70 0.62 0 0.48 232.9 0.54 0.34
Hex 28 33 85 46 3E 0 30 E9 36 22
Octal 50 63 205 106 76 0 60 351 66 42
Binary 101000 110011 10000101 1000110 111110 0 110000 11101001 110110 100010

Color Harmonies of #283385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283385

Black with #283385

Text Example


Text Example

White with #283385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283385; }

 p { color: rgb(40,51,133); }

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

background-color css

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

 a { background-color: rgb(40,51,133); }

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

border-color css

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

 span { border-color: rgb(40,51,133); }

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