Html Css Color HEX #283BC1 Persian Blue

📋 copy color: '#283BC1'

red 40 ◦ green 59 ◦ blue 193

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

Shades of Persian Blue #283BC1

Tints of Persian Blue #283BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

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

R = 13.7%
G = 20.21%
B = 66.1%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#283BC1 (or 0x283BC1) is known color: Persian Blue. HEX triplet: 28, 3B and C1. RGB value is (40,59,193). Sum of RGB (Red+Green+Blue) = 40+59+193=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #283BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BC1 is #D7C43E. Grayscale: #444444. Windows color (decimal): -14140479 or 12663592. OLE color: 12663592.

HSL color Cylindrical-coordinate representation of color #283BC1: hue angle of 232.55º 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 #283BC1 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 59 193 -
CMYK 0.79 0.69 0 0.24
HSL 232.55º 0.66% 0.46% -
HSV(B) 232.55º 0.79% 0.76% -
XYZ 12.06 7.43 51.25 -
YUV 68.6 198.21 107.6 -
System Red Green Blue C M Y K H S L
Decimal 40 59 193 0.79 0.69 0 0.24 232.55 0.66 0.46
Hex 28 3B C1 4F 45 0 18 E9 42 2E
Octal 50 73 301 117 105 0 30 351 102 56
Binary 101000 111011 11000001 1001111 1000101 0 11000 11101001 1000010 101110

Color Harmonies of #283BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BC1

Black with #283BC1

Text Example


Text Example

White with #283BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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