Html Css Color HEX #303B85 Torea Bay

📋 copy color: '#303B85'

red 48 ◦ green 59 ◦ blue 133

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

Shades of Torea Bay #303B85

Tints of Torea Bay #303B85

RGB

 RED value IS 48 (19.14% from 255) = 20%

 GREEN value IS 59 (23.44% from 255) = 24.58%

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

R = 20%
G = 24.58%
B = 55.42%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#303B85 (or 0x303B85) is known color: Torea Bay. HEX triplet: 30, 3B and 85. RGB value is (48,59,133). Sum of RGB (Red+Green+Blue) = 48+59+133=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #303B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B85 is #CFC47A. Grayscale: #3F3F3F. Windows color (decimal): -13616251 or 8731440. OLE color: 8731440.

HSL color Cylindrical-coordinate representation of color #303B85: hue angle of 232.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303B85 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 59 133 -
CMYK 0.64 0.56 0 0.48
HSL 232.24º 0.47% 0.35% -
HSV(B) 232.24º 0.64% 0.52% -
XYZ 7.02 5.45 22.87 -
YUV 64.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 48 59 133 0.64 0.56 0 0.48 232.24 0.47 0.35
Hex 30 3B 85 40 38 0 30 E8 2F 23
Octal 60 73 205 100 70 0 60 350 57 43
Binary 110000 111011 10000101 1000000 111000 0 110000 11101000 101111 100011

Color Harmonies of #303B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B85

Black with #303B85

Text Example


Text Example

White with #303B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B85; }

 p { color: rgb(48,59,133); }

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

background-color css

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

 a { background-color: rgb(48,59,133); }

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

border-color css

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

 span { border-color: rgb(48,59,133); }

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