Html Css Color HEX #301DBC Persian Blue

📋 copy color: '#301DBC'

red 48 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #301DBC

Tints of Persian Blue #301DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

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

R = 18.11%
G = 10.94%
B = 70.94%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#301DBC (or 0x301DBC) is known color: Persian Blue. HEX triplet: 30, 1D and BC. RGB value is (48,29,188). Sum of RGB (Red+Green+Blue) = 48+29+188=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #301DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DBC is #CFE243. Grayscale: #343434. Windows color (decimal): -13623876 or 12328240. OLE color: 12328240.

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

Color convert

RGB 48 29 188 -
CMYK 0.74 0.85 0 0.26
HSL 247.17º 0.73% 0.43% -
HSV(B) 247.17º 0.85% 0.74% -
XYZ 10.74 5.14 48 -
YUV 52.81 204.29 124.57 -
System Red Green Blue C M Y K H S L
Decimal 48 29 188 0.74 0.85 0 0.26 247.17 0.73 0.43
Hex 30 1D BC 4A 55 0 1A F7 49 2B
Octal 60 35 274 112 125 0 32 367 111 53
Binary 110000 11101 10111100 1001010 1010101 0 11010 11110111 1001001 101011

Color Harmonies of #301DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DBC

Black with #301DBC

Text Example


Text Example

White with #301DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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