Html Css Color HEX #383BBB Persian Blue

📋 copy color: '#383BBB'

red 56 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #383BBB

Tints of Persian Blue #383BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 18.54%
G = 19.54%
B = 61.92%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#383BBB (or 0x383BBB) is known color: Persian Blue. HEX triplet: 38, 3B and BB. RGB value is (56,59,187). Sum of RGB (Red+Green+Blue) = 56+59+187=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #383BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BBB is #C7C444. Grayscale: #484848. Windows color (decimal): -13091909 or 12270392. OLE color: 12270392.

HSL color Cylindrical-coordinate representation of color #383BBB: hue angle of 238.63º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383BBB is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 59 187 -
CMYK 0.70 0.68 0 0.27
HSL 238.63º 0.54% 0.48% -
HSV(B) 238.63º 0.7% 0.73% -
XYZ 12.16 7.56 47.83 -
YUV 72.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 56 59 187 0.70 0.68 0 0.27 238.63 0.54 0.48
Hex 38 3B BB 46 44 0 1B EF 36 30
Octal 70 73 273 106 104 0 33 357 66 60
Binary 111000 111011 10111011 1000110 1000100 0 11011 11101111 110110 110000

Color Harmonies of #383BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BBB

Black with #383BBB

Text Example


Text Example

White with #383BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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