Html Css Color HEX #283FAC Persian Blue

📋 copy color: '#283FAC'

red 40 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #283FAC

Tints of Persian Blue #283FAC

RGB

 RED value IS 40 (16.02% from 255) = 14.55%

 GREEN value IS 63 (25% from 255) = 22.91%

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 14.55%
G = 22.91%
B = 62.55%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283FAC (or 0x283FAC) is known color: Persian Blue. HEX triplet: 28, 3F and AC. RGB value is (40,63,172). Sum of RGB (Red+Green+Blue) = 40+63+172=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #283FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FAC is #D7C053. Grayscale: #444444. Windows color (decimal): -14139476 or 11288360. OLE color: 11288360.

HSL color Cylindrical-coordinate representation of color #283FAC: hue angle of 229.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283FAC is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 63 172 -
CMYK 0.77 0.63 0 0.33
HSL 229.55º 0.62% 0.42% -
HSV(B) 229.55º 0.77% 0.67% -
XYZ 10.1 6.98 39.85 -
YUV 68.55 186.38 107.64 -
System Red Green Blue C M Y K H S L
Decimal 40 63 172 0.77 0.63 0 0.33 229.55 0.62 0.42
Hex 28 3F AC 4D 3F 0 21 E6 3E 2A
Octal 50 77 254 115 77 0 41 346 76 52
Binary 101000 111111 10101100 1001101 111111 0 100001 11100110 111110 101010

Color Harmonies of #283FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FAC

Black with #283FAC

Text Example


Text Example

White with #283FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283FAC; }

 p { color: rgb(40,63,172); }

 H1.HeaderClassName
 {
   color: #283FAC;
 }
 .AnyTagClassName
 {
   color: #283FAC;
 }
</style>

background-color css

<style>
 a { background-color: #283FAC; }

 a { background-color: rgb(40,63,172); }

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

border-color css

<style>
 span { border-color: #283FAC; }

 span { border-color: rgb(40,63,172); }

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