Html Css Color HEX #283CBA Persian Blue

📋 copy color: '#283CBA'

red 40 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #283CBA

Tints of Persian Blue #283CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 13.99%
G = 20.98%
B = 65.03%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#283CBA (or 0x283CBA) is known color: Persian Blue. HEX triplet: 28, 3C and BA. RGB value is (40,60,186). Sum of RGB (Red+Green+Blue) = 40+60+186=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #283CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CBA is #D7C345. Grayscale: #434343. Windows color (decimal): -14140230 or 12205096. OLE color: 12205096.

HSL color Cylindrical-coordinate representation of color #283CBA: hue angle of 231.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283CBA is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 60 186 -
CMYK 0.78 0.68 0 0.27
HSL 231.78º 0.65% 0.44% -
HSV(B) 231.78º 0.78% 0.73% -
XYZ 11.35 7.23 47.25 -
YUV 68.38 194.37 107.75 -
System Red Green Blue C M Y K H S L
Decimal 40 60 186 0.78 0.68 0 0.27 231.78 0.65 0.44
Hex 28 3C BA 4E 44 0 1B E8 41 2C
Octal 50 74 272 116 104 0 33 350 101 54
Binary 101000 111100 10111010 1001110 1000100 0 11011 11101000 1000001 101100

Color Harmonies of #283CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CBA

Black with #283CBA

Text Example


Text Example

White with #283CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,60,186); }

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

background-color css

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

 a { background-color: rgb(40,60,186); }

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

border-color css

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

 span { border-color: rgb(40,60,186); }

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