Html Css Color HEX #3238AF Persian Blue

📋 copy color: '#3238AF'

red 50 ◦ green 56 ◦ blue 175

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

Shades of Persian Blue #3238AF

Tints of Persian Blue #3238AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 17.79%
G = 19.93%
B = 62.28%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3238AF (or 0x3238AF) is known color: Persian Blue. HEX triplet: 32, 38 and AF. RGB value is (50,56,175). Sum of RGB (Red+Green+Blue) = 50+56+175=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #3238AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3238AF is #CDC750. Grayscale: #434343. Windows color (decimal): -13485905 or 11483186. OLE color: 11483186.

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

Color convert

RGB 50 56 175 -
CMYK 0.71 0.68 0 0.31
HSL 237.12º 0.56% 0.44% -
HSV(B) 237.12º 0.71% 0.69% -
XYZ 10.47 6.6 41.28 -
YUV 67.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 50 56 175 0.71 0.68 0 0.31 237.12 0.56 0.44
Hex 32 38 AF 47 44 0 1F ED 38 2C
Octal 62 70 257 107 104 0 37 355 70 54
Binary 110010 111000 10101111 1000111 1000100 0 11111 11101101 111000 101100

Color Harmonies of #3238AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3238AF

Black with #3238AF

Text Example


Text Example

White with #3238AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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