Html Css Color HEX #283BDD Persian Blue

📋 copy color: '#283BDD'

red 40 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #283BDD

Tints of Persian Blue #283BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 12.5%
G = 18.44%
B = 69.06%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#283BDD (or 0x283BDD) is known color: Persian Blue. HEX triplet: 28, 3B and DD. RGB value is (40,59,221). Sum of RGB (Red+Green+Blue) = 40+59+221=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #283BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BDD is #D7C422. Grayscale: #474747. Windows color (decimal): -14140451 or 14498600. OLE color: 14498600.

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

Color convert

RGB 40 59 221 -
CMYK 0.82 0.73 0 0.13
HSL 233.7º 0.73% 0.51% -
HSV(B) 233.7º 0.82% 0.87% -
XYZ 15.49 8.8 69.29 -
YUV 71.79 212.21 105.33 -
System Red Green Blue C M Y K H S L
Decimal 40 59 221 0.82 0.73 0 0.13 233.7 0.73 0.51
Hex 28 3B DD 52 49 0 D EA 49 33
Octal 50 73 335 122 111 0 15 352 111 63
Binary 101000 111011 11011101 1010010 1001001 0 1101 11101010 1001001 110011

Color Harmonies of #283BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BDD

Black with #283BDD

Text Example


Text Example

White with #283BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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