Html Css Color HEX #283DDB Persian Blue

📋 copy color: '#283DDB'

red 40 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #283DDB

Tints of Persian Blue #283DDB

RGB

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

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

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

R = 12.5%
G = 19.06%
B = 68.44%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#283DDB (or 0x283DDB) is known color: Persian Blue. HEX triplet: 28, 3D and DB. RGB value is (40,61,219). Sum of RGB (Red+Green+Blue) = 40+61+219=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #283DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDB is #D7C224. Grayscale: #484848. Windows color (decimal): -14139941 or 14368040. OLE color: 14368040.

HSL color Cylindrical-coordinate representation of color #283DDB: hue angle of 232.96º 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 #283DDB is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 61 219 -
CMYK 0.82 0.72 0 0.14
HSL 232.96º 0.71% 0.51% -
HSV(B) 232.96º 0.82% 0.86% -
XYZ 15.33 8.9 67.93 -
YUV 72.73 210.54 104.65 -
System Red Green Blue C M Y K H S L
Decimal 40 61 219 0.82 0.72 0 0.14 232.96 0.71 0.51
Hex 28 3D DB 52 48 0 E E9 47 33
Octal 50 75 333 122 110 0 16 351 107 63
Binary 101000 111101 11011011 1010010 1001000 0 1110 11101001 1000111 110011

Color Harmonies of #283DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DDB

Black with #283DDB

Text Example


Text Example

White with #283DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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