Html Css Color HEX #303F8A Tory Blue

📋 copy color: '#303F8A'

red 48 ◦ green 63 ◦ blue 138

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

Shades of Tory Blue #303F8A

Tints of Tory Blue #303F8A

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 19.28%
G = 25.3%
B = 55.42%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#303F8A (or 0x303F8A) is known color: Tory Blue. HEX triplet: 30, 3F and 8A. RGB value is (48,63,138). Sum of RGB (Red+Green+Blue) = 48+63+138=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #303F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F8A is #CFC075. Grayscale: #424242. Windows color (decimal): -13615222 or 9060144. OLE color: 9060144.

HSL color Cylindrical-coordinate representation of color #303F8A: hue angle of 230º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303F8A is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 63 138 -
CMYK 0.65 0.54 0 0.46
HSL 230º 0.48% 0.36% -
HSV(B) 230º 0.65% 0.54% -
XYZ 7.58 6.02 24.81 -
YUV 67.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 48 63 138 0.65 0.54 0 0.46 230 0.48 0.36
Hex 30 3F 8A 41 36 0 2E E6 30 24
Octal 60 77 212 101 66 0 56 346 60 44
Binary 110000 111111 10001010 1000001 110110 0 101110 11100110 110000 100100

Color Harmonies of #303F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F8A

Black with #303F8A

Text Example


Text Example

White with #303F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,138); }

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

background-color css

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

 a { background-color: rgb(48,63,138); }

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

border-color css

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

 span { border-color: rgb(48,63,138); }

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