Html Css Color HEX #283BC3 Persian Blue

📋 copy color: '#283BC3'

red 40 ◦ green 59 ◦ blue 195

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

Shades of Persian Blue #283BC3

Tints of Persian Blue #283BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 66.33%

R = 13.61%
G = 20.07%
B = 66.33%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#283BC3 (or 0x283BC3) is known color: Persian Blue. HEX triplet: 28, 3B and C3. RGB value is (40,59,195). Sum of RGB (Red+Green+Blue) = 40+59+195=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #283BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BC3 is #D7C43C. Grayscale: #444444. Windows color (decimal): -14140477 or 12794664. OLE color: 12794664.

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

Color convert

RGB 40 59 195 -
CMYK 0.79 0.70 0 0.24
HSL 232.65º 0.66% 0.46% -
HSV(B) 232.65º 0.79% 0.76% -
XYZ 12.29 7.52 52.43 -
YUV 68.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 40 59 195 0.79 0.70 0 0.24 232.65 0.66 0.46
Hex 28 3B C3 4F 46 0 18 E9 42 2E
Octal 50 73 303 117 106 0 30 351 102 56
Binary 101000 111011 11000011 1001111 1000110 0 11000 11101001 1000010 101110

Color Harmonies of #283BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BC3

Black with #283BC3

Text Example


Text Example

White with #283BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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