Html Css Color HEX #283BC8 Persian Blue

📋 copy color: '#283BC8'

red 40 ◦ green 59 ◦ blue 200

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

Shades of Persian Blue #283BC8

Tints of Persian Blue #283BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.89%

R = 13.38%
G = 19.73%
B = 66.89%

CMYK

 C value IS 0.8

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#283BC8 (or 0x283BC8) is known color: Persian Blue. HEX triplet: 28, 3B and C8. RGB value is (40,59,200). Sum of RGB (Red+Green+Blue) = 40+59+200=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #283BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BC8 is #D7C437. Grayscale: #444444. Windows color (decimal): -14140472 or 13122344. OLE color: 13122344.

HSL color Cylindrical-coordinate representation of color #283BC8: hue angle of 232.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283BC8 is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 59 200 -
CMYK 0.8 0.70 0 0.22
HSL 232.88º 0.67% 0.47% -
HSV(B) 232.88º 0.8% 0.78% -
XYZ 12.86 7.75 55.46 -
YUV 69.39 201.71 107.04 -
System Red Green Blue C M Y K H S L
Decimal 40 59 200 0.8 0.70 0 0.22 232.88 0.67 0.47
Hex 28 3B C8 50 46 0 16 E9 43 2F
Octal 50 73 310 120 106 0 26 351 103 57
Binary 101000 111011 11001000 1010000 1000110 0 10110 11101001 1000011 101111

Color Harmonies of #283BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BC8

Black with #283BC8

Text Example


Text Example

White with #283BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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