Html Css Color HEX #283EAE Persian Blue

📋 copy color: '#283EAE'

red 40 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #283EAE

Tints of Persian Blue #283EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 14.49%
G = 22.46%
B = 63.04%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#283EAE (or 0x283EAE) is known color: Persian Blue. HEX triplet: 28, 3E and AE. RGB value is (40,62,174). Sum of RGB (Red+Green+Blue) = 40+62+174=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #283EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EAE is #D7C151. Grayscale: #434343. Windows color (decimal): -14139730 or 11419176. OLE color: 11419176.

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

Color convert

RGB 40 62 174 -
CMYK 0.77 0.64 0 0.32
HSL 230.15º 0.63% 0.42% -
HSV(B) 230.15º 0.77% 0.68% -
XYZ 10.24 6.95 40.85 -
YUV 68.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 40 62 174 0.77 0.64 0 0.32 230.15 0.63 0.42
Hex 28 3E AE 4D 40 0 20 E6 3F 2A
Octal 50 76 256 115 100 0 40 346 77 52
Binary 101000 111110 10101110 1001101 1000000 0 100000 11100110 111111 101010

Color Harmonies of #283EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EAE

Black with #283EAE

Text Example


Text Example

White with #283EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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