Html Css Color HEX #303498 Jacksons Purple

📋 copy color: '#303498'

red 48 ◦ green 52 ◦ blue 152

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

Shades of Jacksons Purple #303498

Tints of Jacksons Purple #303498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

 BLUE value IS 152 (59.77% from 255) = 60.32%

R = 19.05%
G = 20.63%
B = 60.32%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#303498 (or 0x303498) is known color: Jacksons Purple. HEX triplet: 30, 34 and 98. RGB value is (48,52,152). Sum of RGB (Red+Green+Blue) = 48+52+152=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #303498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303498 is #CFCB67. Grayscale: #3D3D3D. Windows color (decimal): -13618024 or 9974832. OLE color: 9974832.

HSL color Cylindrical-coordinate representation of color #303498: hue angle of 237.69º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303498 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 52 152 -
CMYK 0.68 0.66 0 0.40
HSL 237.69º 0.52% 0.39% -
HSV(B) 237.69º 0.68% 0.6% -
XYZ 8.11 5.35 30.31 -
YUV 62.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 48 52 152 0.68 0.66 0 0.40 237.69 0.52 0.39
Hex 30 34 98 44 42 0 28 EE 34 27
Octal 60 64 230 104 102 0 50 356 64 47
Binary 110000 110100 10011000 1000100 1000010 0 101000 11101110 110100 100111

Color Harmonies of #303498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303498

Black with #303498

Text Example


Text Example

White with #303498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303498; }

 p { color: rgb(48,52,152); }

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

background-color css

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

 a { background-color: rgb(48,52,152); }

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

border-color css

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

 span { border-color: rgb(48,52,152); }

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