Html Css Color HEX #303F9B Tory Blue

📋 copy color: '#303F9B'

red 48 ◦ green 63 ◦ blue 155

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

Shades of Tory Blue #303F9B

Tints of Tory Blue #303F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 18.05%
G = 23.68%
B = 58.27%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#303F9B (or 0x303F9B) is known color: Tory Blue. HEX triplet: 30, 3F and 9B. RGB value is (48,63,155). Sum of RGB (Red+Green+Blue) = 48+63+155=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #303F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F9B is #CFC064. Grayscale: #444444. Windows color (decimal): -13615205 or 10174256. OLE color: 10174256.

HSL color Cylindrical-coordinate representation of color #303F9B: hue angle of 231.59º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303F9B is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 63 155 -
CMYK 0.69 0.59 0 0.39
HSL 231.59º 0.53% 0.4% -
HSV(B) 231.59º 0.69% 0.61% -
XYZ 8.91 6.55 31.8 -
YUV 69 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 48 63 155 0.69 0.59 0 0.39 231.59 0.53 0.4
Hex 30 3F 9B 45 3B 0 27 E8 35 28
Octal 60 77 233 105 73 0 47 350 65 50
Binary 110000 111111 10011011 1000101 111011 0 100111 11101000 110101 101000

Color Harmonies of #303F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F9B

Black with #303F9B

Text Example


Text Example

White with #303F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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