Html Css Color HEX #3238AD Persian Blue

📋 copy color: '#3238AD'

red 50 ◦ green 56 ◦ blue 173

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

Shades of Persian Blue #3238AD

Tints of Persian Blue #3238AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.01%

R = 17.92%
G = 20.07%
B = 62.01%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3238AD (or 0x3238AD) is known color: Persian Blue. HEX triplet: 32, 38 and AD. RGB value is (50,56,173). Sum of RGB (Red+Green+Blue) = 50+56+173=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3238AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3238AD is #CDC752. Grayscale: #434343. Windows color (decimal): -13485907 or 11352114. OLE color: 11352114.

HSL color Cylindrical-coordinate representation of color #3238AD: hue angle of 237.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3238AD is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 56 173 -
CMYK 0.71 0.68 0 0.32
HSL 237.07º 0.55% 0.44% -
HSV(B) 237.07º 0.71% 0.68% -
XYZ 10.27 6.52 40.25 -
YUV 67.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 50 56 173 0.71 0.68 0 0.32 237.07 0.55 0.44
Hex 32 38 AD 47 44 0 20 ED 37 2C
Octal 62 70 255 107 104 0 40 355 67 54
Binary 110010 111000 10101101 1000111 1000100 0 100000 11101101 110111 101100

Color Harmonies of #3238AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3238AD

Black with #3238AD

Text Example


Text Example

White with #3238AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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