Html Css Color HEX #283CAE Persian Blue

📋 copy color: '#283CAE'

red 40 ◦ green 60 ◦ blue 174

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

Shades of Persian Blue #283CAE

Tints of Persian Blue #283CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 14.6%
G = 21.9%
B = 63.5%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#283CAE (or 0x283CAE) is known color: Persian Blue. HEX triplet: 28, 3C and AE. RGB value is (40,60,174). Sum of RGB (Red+Green+Blue) = 40+60+174=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #283CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CAE is #D7C351. Grayscale: #424242. Windows color (decimal): -14140242 or 11418664. OLE color: 11418664.

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

Color convert

RGB 40 60 174 -
CMYK 0.77 0.66 0 0.32
HSL 231.04º 0.63% 0.42% -
HSV(B) 231.04º 0.77% 0.68% -
XYZ 10.13 6.74 40.81 -
YUV 67.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 40 60 174 0.77 0.66 0 0.32 231.04 0.63 0.42
Hex 28 3C AE 4D 42 0 20 E7 3F 2A
Octal 50 74 256 115 102 0 40 347 77 52
Binary 101000 111100 10101110 1001101 1000010 0 100000 11100111 111111 101010

Color Harmonies of #283CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CAE

Black with #283CAE

Text Example


Text Example

White with #283CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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