Html Css Color HEX #383AAF Persian Blue

📋 copy color: '#383AAF'

red 56 ◦ green 58 ◦ blue 175

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

Shades of Persian Blue #383AAF

Tints of Persian Blue #383AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 19.38%
G = 20.07%
B = 60.55%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#383AAF (or 0x383AAF) is known color: Persian Blue. HEX triplet: 38, 3A and AF. RGB value is (56,58,175). Sum of RGB (Red+Green+Blue) = 56+58+175=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #383AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383AAF is #C7C550. Grayscale: #464646. Windows color (decimal): -13092177 or 11483704. OLE color: 11483704.

HSL color Cylindrical-coordinate representation of color #383AAF: hue angle of 238.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383AAF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 58 175 -
CMYK 0.68 0.67 0 0.31
HSL 238.99º 0.52% 0.45% -
HSV(B) 238.99º 0.68% 0.69% -
XYZ 10.88 6.96 41.33 -
YUV 70.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 56 58 175 0.68 0.67 0 0.31 238.99 0.52 0.45
Hex 38 3A AF 44 43 0 1F EF 34 2D
Octal 70 72 257 104 103 0 37 357 64 55
Binary 111000 111010 10101111 1000100 1000011 0 11111 11101111 110100 101101

Color Harmonies of #383AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383AAF

Black with #383AAF

Text Example


Text Example

White with #383AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,58,175); }

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

background-color css

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

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

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

border-color css

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

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

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