Html Css Color HEX #303FBA Persian Blue

📋 copy color: '#303FBA'

red 48 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #303FBA

Tints of Persian Blue #303FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 16.16%
G = 21.21%
B = 62.63%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#303FBA (or 0x303FBA) is known color: Persian Blue. HEX triplet: 30, 3F and BA. RGB value is (48,63,186). Sum of RGB (Red+Green+Blue) = 48+63+186=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #303FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FBA is #CFC045. Grayscale: #484848. Windows color (decimal): -13615174 or 12205872. OLE color: 12205872.

HSL color Cylindrical-coordinate representation of color #303FBA: hue angle of 233.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303FBA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 63 186 -
CMYK 0.74 0.66 0 0.27
HSL 233.48º 0.59% 0.46% -
HSV(B) 233.48º 0.74% 0.73% -
XYZ 11.86 7.73 47.32 -
YUV 72.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 48 63 186 0.74 0.66 0 0.27 233.48 0.59 0.46
Hex 30 3F BA 4A 42 0 1B E9 3B 2E
Octal 60 77 272 112 102 0 33 351 73 56
Binary 110000 111111 10111010 1001010 1000010 0 11011 11101001 111011 101110

Color Harmonies of #303FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FBA

Black with #303FBA

Text Example


Text Example

White with #303FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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