Html Css Color HEX #3838AE Persian Blue

📋 copy color: '#3838AE'

red 56 ◦ green 56 ◦ blue 174

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

Shades of Persian Blue #3838AE

Tints of Persian Blue #3838AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 19.58%
G = 19.58%
B = 60.84%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3838AE (or 0x3838AE) is known color: Persian Blue. HEX triplet: 38, 38 and AE. RGB value is (56,56,174). Sum of RGB (Red+Green+Blue) = 56+56+174=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #3838AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3838AE is #C7C751. Grayscale: #444444. Windows color (decimal): -13092690 or 11417656. OLE color: 11417656.

HSL color Cylindrical-coordinate representation of color #3838AE: hue angle of 240º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3838AE is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 56 174 -
CMYK 0.68 0.68 0 0.32
HSL 240º 0.51% 0.45% -
HSV(B) 240º 0.68% 0.68% -
XYZ 10.69 6.73 40.78 -
YUV 69.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 56 56 174 0.68 0.68 0 0.32 240 0.51 0.45
Hex 38 38 AE 44 44 0 20 F0 33 2D
Octal 70 70 256 104 104 0 40 360 63 55
Binary 111000 111000 10101110 1000100 1000100 0 100000 11110000 110011 101101

Color Harmonies of #3838AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3838AE

Black with #3838AE

Text Example


Text Example

White with #3838AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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