Html Css Color HEX #3C30BE Persian Blue

📋 copy color: '#3C30BE'

red 60 ◦ green 48 ◦ blue 190

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

Shades of Persian Blue #3C30BE

Tints of Persian Blue #3C30BE

RGB

 RED value IS 60 (23.83% from 255) = 20.13%

 GREEN value IS 48 (19.14% from 255) = 16.11%

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 20.13%
G = 16.11%
B = 63.76%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C30BE (or 0x3C30BE) is known color: Persian Blue. HEX triplet: 3C, 30 and BE. RGB value is (60,48,190). Sum of RGB (Red+Green+Blue) = 60+48+190=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C30BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30BE is #C3CF41. Grayscale: #434343. Windows color (decimal): -12832578 or 12464188. OLE color: 12464188.

HSL color Cylindrical-coordinate representation of color #3C30BE: hue angle of 245.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C30BE is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 48 190 -
CMYK 0.68 0.75 0 0.25
HSL 245.07º 0.6% 0.47% -
HSV(B) 245.07º 0.75% 0.75% -
XYZ 12.21 6.79 49.38 -
YUV 67.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 60 48 190 0.68 0.75 0 0.25 245.07 0.6 0.47
Hex 3C 30 BE 44 4B 0 19 F5 3C 2F
Octal 74 60 276 104 113 0 31 365 74 57
Binary 111100 110000 10111110 1000100 1001011 0 11001 11110101 111100 101111

Color Harmonies of #3C30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30BE

Black with #3C30BE

Text Example


Text Example

White with #3C30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C30BE; }

 p { color: rgb(60,48,190); }

 H1.HeaderClassName
 {
   color: #3C30BE;
 }
 .AnyTagClassName
 {
   color: #3C30BE;
 }
</style>

background-color css

<style>
 a { background-color: #3C30BE; }

 a { background-color: rgb(60,48,190); }

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

border-color css

<style>
 span { border-color: #3C30BE; }

 span { border-color: rgb(60,48,190); }

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