Html Css Color HEX #3C38B5 Persian Blue

📋 copy color: '#3C38B5'

red 60 ◦ green 56 ◦ blue 181

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

Shades of Persian Blue #3C38B5

Tints of Persian Blue #3C38B5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

 BLUE value IS 181 (71.09% from 255) = 60.94%

R = 20.2%
G = 18.86%
B = 60.94%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C38B5 (or 0x3C38B5) is known color: Persian Blue. HEX triplet: 3C, 38 and B5. RGB value is (60,56,181). Sum of RGB (Red+Green+Blue) = 60+56+181=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C38B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38B5 is #C3C74A. Grayscale: #464646. Windows color (decimal): -12830539 or 11876412. OLE color: 11876412.

HSL color Cylindrical-coordinate representation of color #3C38B5: hue angle of 241.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C38B5 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 56 181 -
CMYK 0.67 0.69 0 0.29
HSL 241.92º 0.53% 0.46% -
HSV(B) 241.92º 0.69% 0.71% -
XYZ 11.62 7.13 44.48 -
YUV 71.45 189.83 119.84 -
System Red Green Blue C M Y K H S L
Decimal 60 56 181 0.67 0.69 0 0.29 241.92 0.53 0.46
Hex 3C 38 B5 43 45 0 1D F2 35 2E
Octal 74 70 265 103 105 0 35 362 65 56
Binary 111100 111000 10110101 1000011 1000101 0 11101 11110010 110101 101110

Color Harmonies of #3C38B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38B5

Black with #3C38B5

Text Example


Text Example

White with #3C38B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,181); }

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

background-color css

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

 a { background-color: rgb(60,56,181); }

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

border-color css

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

 span { border-color: rgb(60,56,181); }

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