Html Css Color HEX #283FBA Persian Blue

📋 copy color: '#283FBA'

red 40 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #283FBA

Tints of Persian Blue #283FBA

RGB

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

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

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

R = 13.84%
G = 21.8%
B = 64.36%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#283FBA (or 0x283FBA) is known color: Persian Blue. HEX triplet: 28, 3F and BA. RGB value is (40,63,186). Sum of RGB (Red+Green+Blue) = 40+63+186=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #283FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FBA is #D7C045. Grayscale: #454545. Windows color (decimal): -14139462 or 12205864. OLE color: 12205864.

HSL color Cylindrical-coordinate representation of color #283FBA: hue angle of 230.55º 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 #283FBA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 63 186 -
CMYK 0.78 0.66 0 0.27
HSL 230.55º 0.65% 0.44% -
HSV(B) 230.55º 0.78% 0.73% -
XYZ 11.52 7.55 47.3 -
YUV 70.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 40 63 186 0.78 0.66 0 0.27 230.55 0.65 0.44
Hex 28 3F BA 4E 42 0 1B E7 41 2C
Octal 50 77 272 116 102 0 33 347 101 54
Binary 101000 111111 10111010 1001110 1000010 0 11011 11100111 1000001 101100

Color Harmonies of #283FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FBA

Black with #283FBA

Text Example


Text Example

White with #283FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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