Html Css Color HEX #283DAE Persian Blue

📋 copy color: '#283DAE'

red 40 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #283DAE

Tints of Persian Blue #283DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 14.55%
G = 22.18%
B = 63.27%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#283DAE (or 0x283DAE) is known color: Persian Blue. HEX triplet: 28, 3D and AE. RGB value is (40,61,174). Sum of RGB (Red+Green+Blue) = 40+61+174=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #283DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAE is #D7C251. Grayscale: #434343. Windows color (decimal): -14139986 or 11418920. OLE color: 11418920.

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

Color convert

RGB 40 61 174 -
CMYK 0.77 0.65 0 0.32
HSL 230.6º 0.63% 0.42% -
HSV(B) 230.6º 0.77% 0.68% -
XYZ 10.18 6.84 40.83 -
YUV 67.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 40 61 174 0.77 0.65 0 0.32 230.6 0.63 0.42
Hex 28 3D AE 4D 41 0 20 E7 3F 2A
Octal 50 75 256 115 101 0 40 347 77 52
Binary 101000 111101 10101110 1001101 1000001 0 100000 11100111 111111 101010

Color Harmonies of #283DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DAE

Black with #283DAE

Text Example


Text Example

White with #283DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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