Html Css Color HEX #283BDB Persian Blue

📋 copy color: '#283BDB'

red 40 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #283BDB

Tints of Persian Blue #283BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 12.58%
G = 18.55%
B = 68.87%

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

#283BDB (or 0x283BDB) is known color: Persian Blue. HEX triplet: 28, 3B and DB. RGB value is (40,59,219). Sum of RGB (Red+Green+Blue) = 40+59+219=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #283BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BDB is #D7C424. Grayscale: #464646. Windows color (decimal): -14140453 or 14367528. OLE color: 14367528.

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

Color convert

RGB 40 59 219 -
CMYK 0.82 0.73 0 0.14
HSL 233.63º 0.71% 0.51% -
HSV(B) 233.63º 0.82% 0.86% -
XYZ 15.23 8.69 67.89 -
YUV 71.56 211.21 105.49 -
System Red Green Blue C M Y K H S L
Decimal 40 59 219 0.82 0.73 0 0.14 233.63 0.71 0.51
Hex 28 3B DB 52 49 0 E EA 47 33
Octal 50 73 333 122 111 0 16 352 107 63
Binary 101000 111011 11011011 1010010 1001001 0 1110 11101010 1000111 110011

Color Harmonies of #283BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BDB

Black with #283BDB

Text Example


Text Example

White with #283BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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