Html Css Color HEX #382BCB Persian Blue

📋 copy color: '#382BCB'

red 56 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #382BCB

Tints of Persian Blue #382BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 18.54%
G = 14.24%
B = 67.22%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#382BCB (or 0x382BCB) is known color: Persian Blue. HEX triplet: 38, 2B and CB. RGB value is (56,43,203). Sum of RGB (Red+Green+Blue) = 56+43+203=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #382BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BCB is #C7D434. Grayscale: #404040. Windows color (decimal): -13095989 or 13314872. OLE color: 13314872.

HSL color Cylindrical-coordinate representation of color #382BCB: hue angle of 244.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382BCB is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 43 203 -
CMYK 0.72 0.79 0 0.20
HSL 244.88º 0.65% 0.48% -
HSV(B) 244.88º 0.79% 0.8% -
XYZ 13.27 6.88 57.13 -
YUV 65.13 205.81 121.49 -
System Red Green Blue C M Y K H S L
Decimal 56 43 203 0.72 0.79 0 0.20 244.88 0.65 0.48
Hex 38 2B CB 48 4F 0 14 F5 41 30
Octal 70 53 313 110 117 0 24 365 101 60
Binary 111000 101011 11001011 1001000 1001111 0 10100 11110101 1000001 110000

Color Harmonies of #382BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BCB

Black with #382BCB

Text Example


Text Example

White with #382BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382BCB; }

 p { color: rgb(56,43,203); }

 H1.HeaderClassName
 {
   color: #382BCB;
 }
 .AnyTagClassName
 {
   color: #382BCB;
 }
</style>

background-color css

<style>
 a { background-color: #382BCB; }

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

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

border-color css

<style>
 span { border-color: #382BCB; }

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

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