Html Css Color HEX #382EDA Persian Blue

📋 copy color: '#382EDA'

red 56 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #382EDA

Tints of Persian Blue #382EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 17.5%
G = 14.38%
B = 68.13%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#382EDA (or 0x382EDA) is known color: Persian Blue. HEX triplet: 38, 2E and DA. RGB value is (56,46,218). Sum of RGB (Red+Green+Blue) = 56+46+218=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #382EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EDA is #C7D125. Grayscale: #434343. Windows color (decimal): -13095206 or 14298680. OLE color: 14298680.

HSL color Cylindrical-coordinate representation of color #382EDA: hue angle of 243.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382EDA is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 46 218 -
CMYK 0.74 0.79 0 0.15
HSL 243.49º 0.7% 0.52% -
HSV(B) 243.49º 0.79% 0.85% -
XYZ 15.26 7.86 67.04 -
YUV 68.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 56 46 218 0.74 0.79 0 0.15 243.49 0.7 0.52
Hex 38 2E DA 4A 4F 0 F F3 46 34
Octal 70 56 332 112 117 0 17 363 106 64
Binary 111000 101110 11011010 1001010 1001111 0 1111 11110011 1000110 110100

Color Harmonies of #382EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EDA

Black with #382EDA

Text Example


Text Example

White with #382EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382EDA; }

 p { color: rgb(56,46,218); }

 H1.HeaderClassName
 {
   color: #382EDA;
 }
 .AnyTagClassName
 {
   color: #382EDA;
 }
</style>

background-color css

<style>
 a { background-color: #382EDA; }

 a { background-color: rgb(56,46,218); }

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

border-color css

<style>
 span { border-color: #382EDA; }

 span { border-color: rgb(56,46,218); }

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