Html Css Color HEX #3017CE Persian Blue

📋 copy color: '#3017CE'

red 48 ◦ green 23 ◦ blue 206

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

Shades of Persian Blue #3017CE

Tints of Persian Blue #3017CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

 BLUE value IS 206 (80.86% from 255) = 74.37%

R = 17.33%
G = 8.3%
B = 74.37%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3017CE (or 0x3017CE) is known color: Persian Blue. HEX triplet: 30, 17 and CE. RGB value is (48,23,206). Sum of RGB (Red+Green+Blue) = 48+23+206=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #3017CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017CE is #CFE831. Grayscale: #323232. Windows color (decimal): -13625394 or 13506352. OLE color: 13506352.

HSL color Cylindrical-coordinate representation of color #3017CE: hue angle of 248.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3017CE is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 23 206 -
CMYK 0.77 0.89 0 0.19
HSL 248.2º 0.8% 0.45% -
HSV(B) 248.2º 0.89% 0.81% -
XYZ 12.67 5.7 58.82 -
YUV 51.34 215.28 125.62 -
System Red Green Blue C M Y K H S L
Decimal 48 23 206 0.77 0.89 0 0.19 248.2 0.8 0.45
Hex 30 17 CE 4D 59 0 13 F8 50 2D
Octal 60 27 316 115 131 0 23 370 120 55
Binary 110000 10111 11001110 1001101 1011001 0 10011 11111000 1010000 101101

Color Harmonies of #3017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017CE

Black with #3017CE

Text Example


Text Example

White with #3017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3017CE; }

 p { color: rgb(48,23,206); }

 H1.HeaderClassName
 {
   color: #3017CE;
 }
 .AnyTagClassName
 {
   color: #3017CE;
 }
</style>

background-color css

<style>
 a { background-color: #3017CE; }

 a { background-color: rgb(48,23,206); }

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

border-color css

<style>
 span { border-color: #3017CE; }

 span { border-color: rgb(48,23,206); }

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