Html Css Color HEX #283BDE Persian Blue

📋 copy color: '#283BDE'

red 40 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #283BDE

Tints of Persian Blue #283BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 12.46%
G = 18.38%
B = 69.16%

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

#283BDE (or 0x283BDE) is known color: Persian Blue. HEX triplet: 28, 3B and DE. RGB value is (40,59,222). Sum of RGB (Red+Green+Blue) = 40+59+222=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #283BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BDE is #D7C421. Grayscale: #474747. Windows color (decimal): -14140450 or 14564136. OLE color: 14564136.

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

Color convert

RGB 40 59 222 -
CMYK 0.82 0.73 0 0.13
HSL 233.74º 0.73% 0.51% -
HSV(B) 233.74º 0.82% 0.87% -
XYZ 15.62 8.85 69.99 -
YUV 71.9 212.71 105.25 -
System Red Green Blue C M Y K H S L
Decimal 40 59 222 0.82 0.73 0 0.13 233.74 0.73 0.51
Hex 28 3B DE 52 49 0 D EA 49 33
Octal 50 73 336 122 111 0 15 352 111 63
Binary 101000 111011 11011110 1010010 1001001 0 1101 11101010 1001001 110011

Color Harmonies of #283BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BDE

Black with #283BDE

Text Example


Text Example

White with #283BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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