Html Css Color HEX #3016CB Persian Blue

📋 copy color: '#3016CB'

red 48 ◦ green 22 ◦ blue 203

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

Shades of Persian Blue #3016CB

Tints of Persian Blue #3016CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 17.58%
G = 8.06%
B = 74.36%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3016CB (or 0x3016CB) is known color: Persian Blue. HEX triplet: 30, 16 and CB. RGB value is (48,22,203). Sum of RGB (Red+Green+Blue) = 48+22+203=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #3016CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3016CB is #CFE934. Grayscale: #313131. Windows color (decimal): -13625653 or 13309488. OLE color: 13309488.

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

Color convert

RGB 48 22 203 -
CMYK 0.76 0.89 0 0.20
HSL 248.62º 0.8% 0.44% -
HSV(B) 248.62º 0.89% 0.8% -
XYZ 12.29 5.51 56.92 -
YUV 50.41 214.11 126.28 -
System Red Green Blue C M Y K H S L
Decimal 48 22 203 0.76 0.89 0 0.20 248.62 0.8 0.44
Hex 30 16 CB 4C 59 0 14 F9 50 2C
Octal 60 26 313 114 131 0 24 371 120 54
Binary 110000 10110 11001011 1001100 1011001 0 10100 11111001 1010000 101100

Color Harmonies of #3016CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3016CB

Black with #3016CB

Text Example


Text Example

White with #3016CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3016CB; }

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

 H1.HeaderClassName
 {
   color: #3016CB;
 }
 .AnyTagClassName
 {
   color: #3016CB;
 }
</style>

background-color css

<style>
 a { background-color: #3016CB; }

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

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

border-color css

<style>
 span { border-color: #3016CB; }

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

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