Html Css Color HEX #283ACE Persian Blue

📋 copy color: '#283ACE'

red 40 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #283ACE

Tints of Persian Blue #283ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 13.16%
G = 19.08%
B = 67.76%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#283ACE (or 0x283ACE) is known color: Persian Blue. HEX triplet: 28, 3A and CE. RGB value is (40,58,206). Sum of RGB (Red+Green+Blue) = 40+58+206=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #283ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ACE is #D7C531. Grayscale: #444444. Windows color (decimal): -14140722 or 13515304. OLE color: 13515304.

HSL color Cylindrical-coordinate representation of color #283ACE: hue angle of 233.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ACE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 58 206 -
CMYK 0.81 0.72 0 0.19
HSL 233.49º 0.67% 0.48% -
HSV(B) 233.49º 0.81% 0.81% -
XYZ 13.53 7.93 59.21 -
YUV 69.49 205.04 106.97 -
System Red Green Blue C M Y K H S L
Decimal 40 58 206 0.81 0.72 0 0.19 233.49 0.67 0.48
Hex 28 3A CE 51 48 0 13 E9 43 30
Octal 50 72 316 121 110 0 23 351 103 60
Binary 101000 111010 11001110 1010001 1001000 0 10011 11101001 1000011 110000

Color Harmonies of #283ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ACE

Black with #283ACE

Text Example


Text Example

White with #283ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,206); }

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

background-color css

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

 a { background-color: rgb(40,58,206); }

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

border-color css

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

 span { border-color: rgb(40,58,206); }

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