Html Css Color HEX #301CCB Persian Blue

📋 copy color: '#301CCB'

red 48 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #301CCB

Tints of Persian Blue #301CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 203 (79.69% from 255) = 72.76%

R = 17.2%
G = 10.04%
B = 72.76%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#301CCB (or 0x301CCB) is known color: Persian Blue. HEX triplet: 30, 1C and CB. RGB value is (48,28,203). Sum of RGB (Red+Green+Blue) = 48+28+203=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #301CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCB is #CFE334. Grayscale: #353535. Windows color (decimal): -13624117 or 13311024. OLE color: 13311024.

HSL color Cylindrical-coordinate representation of color #301CCB: hue angle of 246.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301CCB is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 28 203 -
CMYK 0.76 0.86 0 0.20
HSL 246.86º 0.76% 0.45% -
HSV(B) 246.86º 0.86% 0.8% -
XYZ 12.41 5.77 56.96 -
YUV 53.93 212.13 123.77 -
System Red Green Blue C M Y K H S L
Decimal 48 28 203 0.76 0.86 0 0.20 246.86 0.76 0.45
Hex 30 1C CB 4C 56 0 14 F7 4C 2D
Octal 60 34 313 114 126 0 24 367 114 55
Binary 110000 11100 11001011 1001100 1010110 0 10100 11110111 1001100 101101

Color Harmonies of #301CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CCB

Black with #301CCB

Text Example


Text Example

White with #301CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,203); }

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

background-color css

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

 a { background-color: rgb(48,28,203); }

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

border-color css

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

 span { border-color: rgb(48,28,203); }

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