Html Css Color HEX #303FC6 Persian Blue

📋 copy color: '#303FC6'

red 48 ◦ green 63 ◦ blue 198

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

Shades of Persian Blue #303FC6

Tints of Persian Blue #303FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.08%

R = 15.53%
G = 20.39%
B = 64.08%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#303FC6 (or 0x303FC6) is known color: Persian Blue. HEX triplet: 30, 3F and C6. RGB value is (48,63,198). Sum of RGB (Red+Green+Blue) = 48+63+198=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #303FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FC6 is #CFC039. Grayscale: #494949. Windows color (decimal): -13615162 or 12992304. OLE color: 12992304.

HSL color Cylindrical-coordinate representation of color #303FC6: hue angle of 234º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303FC6 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 63 198 -
CMYK 0.76 0.68 0 0.22
HSL 234º 0.61% 0.48% -
HSV(B) 234º 0.76% 0.78% -
XYZ 13.19 8.26 54.33 -
YUV 73.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 48 63 198 0.76 0.68 0 0.22 234 0.61 0.48
Hex 30 3F C6 4C 44 0 16 EA 3D 30
Octal 60 77 306 114 104 0 26 352 75 60
Binary 110000 111111 11000110 1001100 1000100 0 10110 11101010 111101 110000

Color Harmonies of #303FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FC6

Black with #303FC6

Text Example


Text Example

White with #303FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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