Html Css Color HEX #303D92 Tory Blue

📋 copy color: '#303D92'

red 48 ◦ green 61 ◦ blue 146

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

Shades of Tory Blue #303D92

Tints of Tory Blue #303D92

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 146 (57.42% from 255) = 57.25%

R = 18.82%
G = 23.92%
B = 57.25%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303D92 (or 0x303D92) is known color: Tory Blue. HEX triplet: 30, 3D and 92. RGB value is (48,61,146). Sum of RGB (Red+Green+Blue) = 48+61+146=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #303D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D92 is #CFC26D. Grayscale: #424242. Windows color (decimal): -13615726 or 9583920. OLE color: 9583920.

HSL color Cylindrical-coordinate representation of color #303D92: hue angle of 232.04º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303D92 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 61 146 -
CMYK 0.67 0.58 0 0.43
HSL 232.04º 0.51% 0.38% -
HSV(B) 232.04º 0.67% 0.57% -
XYZ 8.08 6.04 27.93 -
YUV 66.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 48 61 146 0.67 0.58 0 0.43 232.04 0.51 0.38
Hex 30 3D 92 43 3A 0 2B E8 33 26
Octal 60 75 222 103 72 0 53 350 63 46
Binary 110000 111101 10010010 1000011 111010 0 101011 11101000 110011 100110

Color Harmonies of #303D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D92

Black with #303D92

Text Example


Text Example

White with #303D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,146); }

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

background-color css

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

 a { background-color: rgb(48,61,146); }

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

border-color css

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

 span { border-color: rgb(48,61,146); }

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