Html Css Color HEX #283FBC Persian Blue

📋 copy color: '#283FBC'

red 40 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #283FBC

Tints of Persian Blue #283FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 13.75%
G = 21.65%
B = 64.6%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#283FBC (or 0x283FBC) is known color: Persian Blue. HEX triplet: 28, 3F and BC. RGB value is (40,63,188). Sum of RGB (Red+Green+Blue) = 40+63+188=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #283FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FBC is #D7C043. Grayscale: #454545. Windows color (decimal): -14139460 or 12336936. OLE color: 12336936.

HSL color Cylindrical-coordinate representation of color #283FBC: hue angle of 230.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283FBC is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 63 188 -
CMYK 0.79 0.66 0 0.26
HSL 230.68º 0.65% 0.45% -
HSV(B) 230.68º 0.79% 0.74% -
XYZ 11.73 7.64 48.43 -
YUV 70.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 40 63 188 0.79 0.66 0 0.26 230.68 0.65 0.45
Hex 28 3F BC 4F 42 0 1A E7 41 2D
Octal 50 77 274 117 102 0 32 347 101 55
Binary 101000 111111 10111100 1001111 1000010 0 11010 11100111 1000001 101101

Color Harmonies of #283FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283FBC

Black with #283FBC

Text Example


Text Example

White with #283FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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