Html Css Color HEX #383CBA Persian Blue

📋 copy color: '#383CBA'

red 56 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #383CBA

Tints of Persian Blue #383CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 18.54%
G = 19.87%
B = 61.59%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#383CBA (or 0x383CBA) is known color: Persian Blue. HEX triplet: 38, 3C and BA. RGB value is (56,60,186). Sum of RGB (Red+Green+Blue) = 56+60+186=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #383CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CBA is #C7C345. Grayscale: #484848. Windows color (decimal): -13091654 or 12205112. OLE color: 12205112.

HSL color Cylindrical-coordinate representation of color #383CBA: hue angle of 238.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383CBA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 60 186 -
CMYK 0.70 0.68 0 0.27
HSL 238.15º 0.54% 0.47% -
HSV(B) 238.15º 0.7% 0.73% -
XYZ 12.11 7.62 47.29 -
YUV 73.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 56 60 186 0.70 0.68 0 0.27 238.15 0.54 0.47
Hex 38 3C BA 46 44 0 1B EE 36 2F
Octal 70 74 272 106 104 0 33 356 66 57
Binary 111000 111100 10111010 1000110 1000100 0 11011 11101110 110110 101111

Color Harmonies of #383CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CBA

Black with #383CBA

Text Example


Text Example

White with #383CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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