Html Css Color HEX #283DC1 Persian Blue

📋 copy color: '#283DC1'

red 40 ◦ green 61 ◦ blue 193

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

Shades of Persian Blue #283DC1

Tints of Persian Blue #283DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 65.65%

R = 13.61%
G = 20.75%
B = 65.65%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#283DC1 (or 0x283DC1) is known color: Persian Blue. HEX triplet: 28, 3D and C1. RGB value is (40,61,193). Sum of RGB (Red+Green+Blue) = 40+61+193=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #283DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DC1 is #D7C23E. Grayscale: #454545. Windows color (decimal): -14139967 or 12664104. OLE color: 12664104.

HSL color Cylindrical-coordinate representation of color #283DC1: hue angle of 231.76º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283DC1 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 61 193 -
CMYK 0.79 0.68 0 0.24
HSL 231.76º 0.66% 0.46% -
HSV(B) 231.76º 0.79% 0.76% -
XYZ 12.17 7.64 51.29 -
YUV 69.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 40 61 193 0.79 0.68 0 0.24 231.76 0.66 0.46
Hex 28 3D C1 4F 44 0 18 E8 42 2E
Octal 50 75 301 117 104 0 30 350 102 56
Binary 101000 111101 11000001 1001111 1000100 0 11000 11101000 1000010 101110

Color Harmonies of #283DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DC1

Black with #283DC1

Text Example


Text Example

White with #283DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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