Html Css Color HEX #283CAC Persian Blue

📋 copy color: '#283CAC'

red 40 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #283CAC

Tints of Persian Blue #283CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 14.71%
G = 22.06%
B = 63.24%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283CAC (or 0x283CAC) is known color: Persian Blue. HEX triplet: 28, 3C and AC. RGB value is (40,60,172). Sum of RGB (Red+Green+Blue) = 40+60+172=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #283CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CAC is #D7C353. Grayscale: #424242. Windows color (decimal): -14140244 or 11287592. OLE color: 11287592.

HSL color Cylindrical-coordinate representation of color #283CAC: hue angle of 230.91º 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 #283CAC is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 60 172 -
CMYK 0.77 0.65 0 0.33
HSL 230.91º 0.62% 0.42% -
HSV(B) 230.91º 0.77% 0.67% -
XYZ 9.94 6.66 39.79 -
YUV 66.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 40 60 172 0.77 0.65 0 0.33 230.91 0.62 0.42
Hex 28 3C AC 4D 41 0 21 E7 3E 2A
Octal 50 74 254 115 101 0 41 347 76 52
Binary 101000 111100 10101100 1001101 1000001 0 100001 11100111 111110 101010

Color Harmonies of #283CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CAC

Black with #283CAC

Text Example


Text Example

White with #283CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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