Html Css Color HEX #283EAC Persian Blue

📋 copy color: '#283EAC'

red 40 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #283EAC

Tints of Persian Blue #283EAC

RGB

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

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

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

R = 14.6%
G = 22.63%
B = 62.77%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283EAC (or 0x283EAC) is known color: Persian Blue. HEX triplet: 28, 3E and AC. RGB value is (40,62,172). Sum of RGB (Red+Green+Blue) = 40+62+172=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #283EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EAC is #D7C153. Grayscale: #434343. Windows color (decimal): -14139732 or 11288104. OLE color: 11288104.

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

Color convert

RGB 40 62 172 -
CMYK 0.77 0.64 0 0.33
HSL 230º 0.62% 0.42% -
HSV(B) 230º 0.77% 0.67% -
XYZ 10.04 6.87 39.83 -
YUV 67.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 40 62 172 0.77 0.64 0 0.33 230 0.62 0.42
Hex 28 3E AC 4D 40 0 21 E6 3E 2A
Octal 50 76 254 115 100 0 41 346 76 52
Binary 101000 111110 10101100 1001101 1000000 0 100001 11100110 111110 101010

Color Harmonies of #283EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EAC

Black with #283EAC

Text Example


Text Example

White with #283EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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