Html Css Color HEX #283CDD Persian Blue

📋 copy color: '#283CDD'

red 40 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #283CDD

Tints of Persian Blue #283CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

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

R = 12.46%
G = 18.69%
B = 68.85%

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

#283CDD (or 0x283CDD) is known color: Persian Blue. HEX triplet: 28, 3C and DD. RGB value is (40,60,221). Sum of RGB (Red+Green+Blue) = 40+60+221=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #283CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CDD is #D7C322. Grayscale: #474747. Windows color (decimal): -14140195 or 14498856. OLE color: 14498856.

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

Color convert

RGB 40 60 221 -
CMYK 0.82 0.73 0 0.13
HSL 233.37º 0.73% 0.51% -
HSV(B) 233.37º 0.82% 0.87% -
XYZ 15.54 8.9 69.31 -
YUV 72.37 211.87 104.91 -
System Red Green Blue C M Y K H S L
Decimal 40 60 221 0.82 0.73 0 0.13 233.37 0.73 0.51
Hex 28 3C DD 52 49 0 D E9 49 33
Octal 50 74 335 122 111 0 15 351 111 63
Binary 101000 111100 11011101 1010010 1001001 0 1101 11101001 1001001 110011

Color Harmonies of #283CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CDD

Black with #283CDD

Text Example


Text Example

White with #283CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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