Html Css Color HEX #383BB5 Persian Blue

📋 copy color: '#383BB5'

red 56 ◦ green 59 ◦ blue 181

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

Shades of Persian Blue #383BB5

Tints of Persian Blue #383BB5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 181 (71.09% from 255) = 61.15%

R = 18.92%
G = 19.93%
B = 61.15%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#383BB5 (or 0x383BB5) is known color: Persian Blue. HEX triplet: 38, 3B and B5. RGB value is (56,59,181). Sum of RGB (Red+Green+Blue) = 56+59+181=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #383BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BB5 is #C7C44A. Grayscale: #474747. Windows color (decimal): -13091915 or 11877176. OLE color: 11877176.

HSL color Cylindrical-coordinate representation of color #383BB5: hue angle of 238.56º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383BB5 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 59 181 -
CMYK 0.69 0.67 0 0.29
HSL 238.56º 0.53% 0.46% -
HSV(B) 238.56º 0.69% 0.71% -
XYZ 11.54 7.3 44.52 -
YUV 72.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 56 59 181 0.69 0.67 0 0.29 238.56 0.53 0.46
Hex 38 3B B5 45 43 0 1D EF 35 2E
Octal 70 73 265 105 103 0 35 357 65 56
Binary 111000 111011 10110101 1000101 1000011 0 11101 11101111 110101 101110

Color Harmonies of #383BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BB5

Black with #383BB5

Text Example


Text Example

White with #383BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,59,181); }

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

background-color css

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

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

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

border-color css

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

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

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