Html Css Color HEX #283FCE Persian Blue

📋 copy color: '#283FCE'

red 40 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #283FCE

Tints of Persian Blue #283FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 12.94%
G = 20.39%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#283FCE (or 0x283FCE) is known color: Persian Blue. HEX triplet: 28, 3F and CE. RGB value is (40,63,206). Sum of RGB (Red+Green+Blue) = 40+63+206=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #283FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FCE is #D7C031. Grayscale: #474747. Windows color (decimal): -14139442 or 13516584. OLE color: 13516584.

HSL color Cylindrical-coordinate representation of color #283FCE: hue angle of 231.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283FCE is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 63 206 -
CMYK 0.81 0.69 0 0.19
HSL 231.69º 0.67% 0.48% -
HSV(B) 231.69º 0.81% 0.81% -
XYZ 13.79 8.46 59.3 -
YUV 72.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 40 63 206 0.81 0.69 0 0.19 231.69 0.67 0.48
Hex 28 3F CE 51 45 0 13 E8 43 30
Octal 50 77 316 121 105 0 23 350 103 60
Binary 101000 111111 11001110 1010001 1000101 0 10011 11101000 1000011 110000

Color Harmonies of #283FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FCE

Black with #283FCE

Text Example


Text Example

White with #283FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,63,206); }

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

background-color css

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

 a { background-color: rgb(40,63,206); }

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

border-color css

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

 span { border-color: rgb(40,63,206); }

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