Html Css Color HEX #3238DD Persian Blue

📋 copy color: '#3238DD'

red 50 ◦ green 56 ◦ blue 221

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

Shades of Persian Blue #3238DD

Tints of Persian Blue #3238DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 15.29%
G = 17.13%
B = 67.58%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3238DD (or 0x3238DD) is known color: Persian Blue. HEX triplet: 32, 38 and DD. RGB value is (50,56,221). Sum of RGB (Red+Green+Blue) = 50+56+221=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #3238DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3238DD is #CDC722. Grayscale: #484848. Windows color (decimal): -13485859 or 14497842. OLE color: 14497842.

HSL color Cylindrical-coordinate representation of color #3238DD: hue angle of 237.89º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3238DD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 56 221 -
CMYK 0.77 0.75 0 0.13
HSL 237.89º 0.72% 0.53% -
HSV(B) 237.89º 0.77% 0.87% -
XYZ 15.78 8.73 69.26 -
YUV 73.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 50 56 221 0.77 0.75 0 0.13 237.89 0.72 0.53
Hex 32 38 DD 4D 4B 0 D EE 48 35
Octal 62 70 335 115 113 0 15 356 110 65
Binary 110010 111000 11011101 1001101 1001011 0 1101 11101110 1001000 110101

Color Harmonies of #3238DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3238DD

Black with #3238DD

Text Example


Text Example

White with #3238DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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