Html Css Color HEX #301FBC Persian Blue

📋 copy color: '#301FBC'

red 48 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #301FBC

Tints of Persian Blue #301FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 17.98%
G = 11.61%
B = 70.41%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#301FBC (or 0x301FBC) is known color: Persian Blue. HEX triplet: 30, 1F and BC. RGB value is (48,31,188). Sum of RGB (Red+Green+Blue) = 48+31+188=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #301FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FBC is #CFE043. Grayscale: #353535. Windows color (decimal): -13623364 or 12328752. OLE color: 12328752.

HSL color Cylindrical-coordinate representation of color #301FBC: hue angle of 246.5º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301FBC is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 31 188 -
CMYK 0.74 0.84 0 0.26
HSL 246.5º 0.72% 0.43% -
HSV(B) 246.5º 0.84% 0.74% -
XYZ 10.79 5.24 48.02 -
YUV 53.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 48 31 188 0.74 0.84 0 0.26 246.5 0.72 0.43
Hex 30 1F BC 4A 54 0 1A F6 48 2B
Octal 60 37 274 112 124 0 32 366 110 53
Binary 110000 11111 10111100 1001010 1010100 0 11010 11110110 1001000 101011

Color Harmonies of #301FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FBC

Black with #301FBC

Text Example


Text Example

White with #301FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301FBC; }

 p { color: rgb(48,31,188); }

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

background-color css

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

 a { background-color: rgb(48,31,188); }

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

border-color css

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

 span { border-color: rgb(48,31,188); }

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