Html Css Color HEX #3238DB Persian Blue

📋 copy color: '#3238DB'

red 50 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #3238DB

Tints of Persian Blue #3238DB

RGB

 RED value IS 50 (19.92% from 255) = 15.38%

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

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 15.38%
G = 17.23%
B = 67.38%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3238DB (or 0x3238DB) is known color: Persian Blue. HEX triplet: 32, 38 and DB. RGB value is (50,56,219). Sum of RGB (Red+Green+Blue) = 50+56+219=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #3238DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3238DB is #CDC724. Grayscale: #484848. Windows color (decimal): -13485861 or 14366770. OLE color: 14366770.

HSL color Cylindrical-coordinate representation of color #3238DB: hue angle of 237.87º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3238DB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 56 219 -
CMYK 0.77 0.74 0 0.14
HSL 237.87º 0.7% 0.53% -
HSV(B) 237.87º 0.77% 0.86% -
XYZ 15.52 8.62 67.86 -
YUV 72.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 50 56 219 0.77 0.74 0 0.14 237.87 0.7 0.53
Hex 32 38 DB 4D 4A 0 E EE 46 35
Octal 62 70 333 115 112 0 16 356 106 65
Binary 110010 111000 11011011 1001101 1001010 0 1110 11101110 1000110 110101

Color Harmonies of #3238DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3238DB

Black with #3238DB

Text Example


Text Example

White with #3238DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3238DB; }

 p { color: rgb(50,56,219); }

 H1.HeaderClassName
 {
   color: #3238DB;
 }
 .AnyTagClassName
 {
   color: #3238DB;
 }
</style>

background-color css

<style>
 a { background-color: #3238DB; }

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

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

border-color css

<style>
 span { border-color: #3238DB; }

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

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