Html Css Color HEX #283DDA Persian Blue

📋 copy color: '#283DDA'

red 40 ◦ green 61 ◦ blue 218

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

Shades of Persian Blue #283DDA

Tints of Persian Blue #283DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 12.54%
G = 19.12%
B = 68.34%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#283DDA (or 0x283DDA) is known color: Persian Blue. HEX triplet: 28, 3D and DA. RGB value is (40,61,218). Sum of RGB (Red+Green+Blue) = 40+61+218=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #283DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDA is #D7C225. Grayscale: #474747. Windows color (decimal): -14139942 or 14302504. OLE color: 14302504.

HSL color Cylindrical-coordinate representation of color #283DDA: hue angle of 232.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283DDA is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 61 218 -
CMYK 0.82 0.72 0 0.15
HSL 232.92º 0.71% 0.51% -
HSV(B) 232.92º 0.82% 0.85% -
XYZ 15.2 8.85 67.24 -
YUV 72.62 210.04 104.73 -
System Red Green Blue C M Y K H S L
Decimal 40 61 218 0.82 0.72 0 0.15 232.92 0.71 0.51
Hex 28 3D DA 52 48 0 F E9 47 33
Octal 50 75 332 122 110 0 17 351 107 63
Binary 101000 111101 11011010 1010010 1001000 0 1111 11101001 1000111 110011

Color Harmonies of #283DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DDA

Black with #283DDA

Text Example


Text Example

White with #283DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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