Html Css Color HEX #283ACC Persian Blue

📋 copy color: '#283ACC'

red 40 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #283ACC

Tints of Persian Blue #283ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 204 (80.08% from 255) = 67.55%

R = 13.25%
G = 19.21%
B = 67.55%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#283ACC (or 0x283ACC) is known color: Persian Blue. HEX triplet: 28, 3A and CC. RGB value is (40,58,204). Sum of RGB (Red+Green+Blue) = 40+58+204=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #283ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ACC is #D7C533. Grayscale: #444444. Windows color (decimal): -14140724 or 13384232. OLE color: 13384232.

HSL color Cylindrical-coordinate representation of color #283ACC: hue angle of 233.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283ACC is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 58 204 -
CMYK 0.80 0.72 0 0.2
HSL 233.41º 0.67% 0.48% -
HSV(B) 233.41º 0.8% 0.8% -
XYZ 13.29 7.84 57.94 -
YUV 69.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 40 58 204 0.80 0.72 0 0.2 233.41 0.67 0.48
Hex 28 3A CC 50 48 0 14 E9 43 30
Octal 50 72 314 120 110 0 24 351 103 60
Binary 101000 111010 11001100 1010000 1001000 0 10100 11101001 1000011 110000

Color Harmonies of #283ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ACC

Black with #283ACC

Text Example


Text Example

White with #283ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,204); }

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

background-color css

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

 a { background-color: rgb(40,58,204); }

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

border-color css

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

 span { border-color: rgb(40,58,204); }

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