Html Css Color HEX #283FC6 Persian Blue

📋 copy color: '#283FC6'

red 40 ◦ green 63 ◦ blue 198

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

Shades of Persian Blue #283FC6

Tints of Persian Blue #283FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 65.78%

R = 13.29%
G = 20.93%
B = 65.78%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#283FC6 (or 0x283FC6) is known color: Persian Blue. HEX triplet: 28, 3F and C6. RGB value is (40,63,198). Sum of RGB (Red+Green+Blue) = 40+63+198=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #283FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FC6 is #D7C039. Grayscale: #464646. Windows color (decimal): -14139450 or 12992296. OLE color: 12992296.

HSL color Cylindrical-coordinate representation of color #283FC6: hue angle of 231.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283FC6 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 63 198 -
CMYK 0.80 0.68 0 0.22
HSL 231.27º 0.66% 0.47% -
HSV(B) 231.27º 0.8% 0.78% -
XYZ 12.85 8.08 54.31 -
YUV 71.51 199.38 105.52 -
System Red Green Blue C M Y K H S L
Decimal 40 63 198 0.80 0.68 0 0.22 231.27 0.66 0.47
Hex 28 3F C6 50 44 0 16 E7 42 2F
Octal 50 77 306 120 104 0 26 347 102 57
Binary 101000 111111 11000110 1010000 1000100 0 10110 11100111 1000010 101111

Color Harmonies of #283FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FC6

Black with #283FC6

Text Example


Text Example

White with #283FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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