Html Css Color HEX #383CB5 Persian Blue

📋 copy color: '#383CB5'

red 56 ◦ green 60 ◦ blue 181

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

Shades of Persian Blue #383CB5

Tints of Persian Blue #383CB5

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#383CB5 (or 0x383CB5) is known color: Persian Blue. HEX triplet: 38, 3C and B5. RGB value is (56,60,181). Sum of RGB (Red+Green+Blue) = 56+60+181=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 60 (23.83% from 255 or 20.20% 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 #383CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CB5 is #C7C34A. Grayscale: #484848. Windows color (decimal): -13091659 or 11877432. OLE color: 11877432.

HSL color Cylindrical-coordinate representation of color #383CB5: hue angle of 238.08º 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 #383CB5 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 60 181 -
CMYK 0.69 0.67 0 0.29
HSL 238.08º 0.53% 0.46% -
HSV(B) 238.08º 0.69% 0.71% -
XYZ 11.59 7.41 44.54 -
YUV 72.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 56 60 181 0.69 0.67 0 0.29 238.08 0.53 0.46
Hex 38 3C B5 45 43 0 1D EE 35 2E
Octal 70 74 265 105 103 0 35 356 65 56
Binary 111000 111100 10110101 1000101 1000011 0 11101 11101110 110101 101110

Color Harmonies of #383CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CB5

Black with #383CB5

Text Example


Text Example

White with #383CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383CB5; }

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

 H1.HeaderClassName
 {
   color: #383CB5;
 }
 .AnyTagClassName
 {
   color: #383CB5;
 }
</style>

background-color css

<style>
 a { background-color: #383CB5; }

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

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

border-color css

<style>
 span { border-color: #383CB5; }

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

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