Html Css Color HEX #303FC2 Persian Blue

📋 copy color: '#303FC2'

red 48 ◦ green 63 ◦ blue 194

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

Shades of Persian Blue #303FC2

Tints of Persian Blue #303FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.61%

R = 15.74%
G = 20.66%
B = 63.61%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#303FC2 (or 0x303FC2) is known color: Persian Blue. HEX triplet: 30, 3F and C2. RGB value is (48,63,194). Sum of RGB (Red+Green+Blue) = 48+63+194=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #303FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FC2 is #CFC03D. Grayscale: #484848. Windows color (decimal): -13615166 or 12730160. OLE color: 12730160.

HSL color Cylindrical-coordinate representation of color #303FC2: hue angle of 233.84º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #303FC2 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 63 194 -
CMYK 0.75 0.68 0 0.24
HSL 233.84º 0.6% 0.47% -
HSV(B) 233.84º 0.75% 0.76% -
XYZ 12.73 8.08 51.93 -
YUV 73.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 48 63 194 0.75 0.68 0 0.24 233.84 0.6 0.47
Hex 30 3F C2 4B 44 0 18 EA 3C 2F
Octal 60 77 302 113 104 0 30 352 74 57
Binary 110000 111111 11000010 1001011 1000100 0 11000 11101010 111100 101111

Color Harmonies of #303FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FC2

Black with #303FC2

Text Example


Text Example

White with #303FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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