Html Css Color HEX #383FAC Persian Blue

📋 copy color: '#383FAC'

red 56 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #383FAC

Tints of Persian Blue #383FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 19.24%
G = 21.65%
B = 59.11%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#383FAC (or 0x383FAC) is known color: Persian Blue. HEX triplet: 38, 3F and AC. RGB value is (56,63,172). Sum of RGB (Red+Green+Blue) = 56+63+172=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #383FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383FAC is #C7C053. Grayscale: #484848. Windows color (decimal): -13090900 or 11288376. OLE color: 11288376.

HSL color Cylindrical-coordinate representation of color #383FAC: hue angle of 236.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383FAC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 63 172 -
CMYK 0.67 0.63 0 0.33
HSL 236.38º 0.51% 0.45% -
HSV(B) 236.38º 0.67% 0.67% -
XYZ 10.85 7.37 39.88 -
YUV 73.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 56 63 172 0.67 0.63 0 0.33 236.38 0.51 0.45
Hex 38 3F AC 43 3F 0 21 EC 33 2D
Octal 70 77 254 103 77 0 41 354 63 55
Binary 111000 111111 10101100 1000011 111111 0 100001 11101100 110011 101101

Color Harmonies of #383FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FAC

Black with #383FAC

Text Example


Text Example

White with #383FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,172); }

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

background-color css

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

 a { background-color: rgb(56,63,172); }

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

border-color css

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

 span { border-color: rgb(56,63,172); }

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