Html Css Color HEX #283188 Torea Bay

📋 copy color: '#283188'

red 40 ◦ green 49 ◦ blue 136

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

Shades of Torea Bay #283188

Tints of Torea Bay #283188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 136 (53.52% from 255) = 60.44%

R = 17.78%
G = 21.78%
B = 60.44%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#283188 (or 0x283188) is known color: Torea Bay. HEX triplet: 28, 31 and 88. RGB value is (40,49,136). Sum of RGB (Red+Green+Blue) = 40+49+136=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #283188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283188 is #D7CE77. Grayscale: #373737. Windows color (decimal): -14143096 or 8925480. OLE color: 8925480.

HSL color Cylindrical-coordinate representation of color #283188: hue angle of 234.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283188 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 49 136 -
CMYK 0.71 0.64 0 0.47
HSL 234.38º 0.55% 0.35% -
HSV(B) 234.38º 0.71% 0.53% -
XYZ 6.42 4.43 23.81 -
YUV 56.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 40 49 136 0.71 0.64 0 0.47 234.38 0.55 0.35
Hex 28 31 88 47 40 0 2F EA 37 23
Octal 50 61 210 107 100 0 57 352 67 43
Binary 101000 110001 10001000 1000111 1000000 0 101111 11101010 110111 100011

Color Harmonies of #283188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283188

Black with #283188

Text Example


Text Example

White with #283188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283188; }

 p { color: rgb(40,49,136); }

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

background-color css

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

 a { background-color: rgb(40,49,136); }

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

border-color css

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

 span { border-color: rgb(40,49,136); }

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