Html Css Color HEX #283BDC Persian Blue

📋 copy color: '#283BDC'

red 40 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #283BDC

Tints of Persian Blue #283BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 12.54%
G = 18.5%
B = 68.97%

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

#283BDC (or 0x283BDC) is known color: Persian Blue. HEX triplet: 28, 3B and DC. RGB value is (40,59,220). Sum of RGB (Red+Green+Blue) = 40+59+220=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #283BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BDC is #D7C423. Grayscale: #474747. Windows color (decimal): -14140452 or 14433064. OLE color: 14433064.

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

Color convert

RGB 40 59 220 -
CMYK 0.82 0.73 0 0.14
HSL 233.67º 0.72% 0.51% -
HSV(B) 233.67º 0.82% 0.86% -
XYZ 15.36 8.75 68.59 -
YUV 71.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 40 59 220 0.82 0.73 0 0.14 233.67 0.72 0.51
Hex 28 3B DC 52 49 0 E EA 48 33
Octal 50 73 334 122 111 0 16 352 110 63
Binary 101000 111011 11011100 1010010 1001001 0 1110 11101010 1001000 110011

Color Harmonies of #283BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BDC

Black with #283BDC

Text Example


Text Example

White with #283BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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