Html Css Color HEX #3838AC Persian Blue

📋 copy color: '#3838AC'

red 56 ◦ green 56 ◦ blue 172

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

Shades of Persian Blue #3838AC

Tints of Persian Blue #3838AC

RGB

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

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

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

R = 19.72%
G = 19.72%
B = 60.56%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3838AC (or 0x3838AC) is known color: Persian Blue. HEX triplet: 38, 38 and AC. RGB value is (56,56,172). Sum of RGB (Red+Green+Blue) = 56+56+172=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #3838AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3838AC is #C7C753. Grayscale: #444444. Windows color (decimal): -13092692 or 11286584. OLE color: 11286584.

HSL color Cylindrical-coordinate representation of color #3838AC: hue angle of 240º 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 #3838AC is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 56 172 -
CMYK 0.67 0.67 0 0.33
HSL 240º 0.51% 0.45% -
HSV(B) 240º 0.67% 0.67% -
XYZ 10.49 6.65 39.76 -
YUV 69.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 56 56 172 0.67 0.67 0 0.33 240 0.51 0.45
Hex 38 38 AC 43 43 0 21 F0 33 2D
Octal 70 70 254 103 103 0 41 360 63 55
Binary 111000 111000 10101100 1000011 1000011 0 100001 11110000 110011 101101

Color Harmonies of #3838AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3838AC

Black with #3838AC

Text Example


Text Example

White with #3838AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3838AC; }

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

 H1.HeaderClassName
 {
   color: #3838AC;
 }
 .AnyTagClassName
 {
   color: #3838AC;
 }
</style>

background-color css

<style>
 a { background-color: #3838AC; }

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

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

border-color css

<style>
 span { border-color: #3838AC; }

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

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