Html Css Color HEX #303875 Torea Bay

📋 copy color: '#303875'

red 48 ◦ green 56 ◦ blue 117

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

Shades of Torea Bay #303875

Tints of Torea Bay #303875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 21.72%
G = 25.34%
B = 52.94%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303875 (or 0x303875) is known color: Torea Bay. HEX triplet: 30, 38 and 75. RGB value is (48,56,117). Sum of RGB (Red+Green+Blue) = 48+56+117=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #303875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303875 is #CFC78A. Grayscale: #3C3C3C. Windows color (decimal): -13617035 or 7682096. OLE color: 7682096.

HSL color Cylindrical-coordinate representation of color #303875: hue angle of 233.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303875 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 56 117 -
CMYK 0.59 0.52 0 0.54
HSL 233.04º 0.42% 0.32% -
HSV(B) 233.04º 0.59% 0.46% -
XYZ 5.84 4.74 17.44 -
YUV 60.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 48 56 117 0.59 0.52 0 0.54 233.04 0.42 0.32
Hex 30 38 75 3B 34 0 36 E9 2A 20
Octal 60 70 165 73 64 0 66 351 52 40
Binary 110000 111000 1110101 111011 110100 0 110110 11101001 101010 100000

Color Harmonies of #303875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303875

Black with #303875

Text Example


Text Example

White with #303875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303875; }

 p { color: rgb(48,56,117); }

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

background-color css

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

 a { background-color: rgb(48,56,117); }

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

border-color css

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

 span { border-color: rgb(48,56,117); }

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