Html Css Color HEX #283CDB Persian Blue

📋 copy color: '#283CDB'

red 40 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #283CDB

Tints of Persian Blue #283CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 12.54%
G = 18.81%
B = 68.65%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#283CDB (or 0x283CDB) is known color: Persian Blue. HEX triplet: 28, 3C and DB. RGB value is (40,60,219). Sum of RGB (Red+Green+Blue) = 40+60+219=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #283CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CDB is #D7C324. Grayscale: #474747. Windows color (decimal): -14140197 or 14367784. OLE color: 14367784.

HSL color Cylindrical-coordinate representation of color #283CDB: hue angle of 233.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283CDB is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 60 219 -
CMYK 0.82 0.73 0 0.14
HSL 233.3º 0.71% 0.51% -
HSV(B) 233.3º 0.82% 0.86% -
XYZ 15.28 8.8 67.91 -
YUV 72.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 40 60 219 0.82 0.73 0 0.14 233.3 0.71 0.51
Hex 28 3C DB 52 49 0 E E9 47 33
Octal 50 74 333 122 111 0 16 351 107 63
Binary 101000 111100 11011011 1010010 1001001 0 1110 11101001 1000111 110011

Color Harmonies of #283CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CDB

Black with #283CDB

Text Example


Text Example

White with #283CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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