Html Css Color HEX #301FBB Persian Blue

📋 copy color: '#301FBB'

red 48 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #301FBB

Tints of Persian Blue #301FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 18.05%
G = 11.65%
B = 70.3%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#301FBB (or 0x301FBB) is known color: Persian Blue. HEX triplet: 30, 1F and BB. RGB value is (48,31,187). Sum of RGB (Red+Green+Blue) = 48+31+187=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #301FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FBB is #CFE044. Grayscale: #353535. Windows color (decimal): -13623365 or 12263216. OLE color: 12263216.

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

Color convert

RGB 48 31 187 -
CMYK 0.74 0.83 0 0.27
HSL 246.54º 0.72% 0.43% -
HSV(B) 246.54º 0.83% 0.73% -
XYZ 10.68 5.2 47.45 -
YUV 53.87 203.13 123.82 -
System Red Green Blue C M Y K H S L
Decimal 48 31 187 0.74 0.83 0 0.27 246.54 0.72 0.43
Hex 30 1F BB 4A 53 0 1B F7 48 2B
Octal 60 37 273 112 123 0 33 367 110 53
Binary 110000 11111 10111011 1001010 1010011 0 11011 11110111 1001000 101011

Color Harmonies of #301FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FBB

Black with #301FBB

Text Example


Text Example

White with #301FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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