Html Css Color HEX #283CB4 Persian Blue

📋 copy color: '#283CB4'

red 40 ◦ green 60 ◦ blue 180

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

Shades of Persian Blue #283CB4

Tints of Persian Blue #283CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.29%

R = 14.29%
G = 21.43%
B = 64.29%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#283CB4 (or 0x283CB4) is known color: Persian Blue. HEX triplet: 28, 3C and B4. RGB value is (40,60,180). Sum of RGB (Red+Green+Blue) = 40+60+180=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #283CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CB4 is #D7C34B. Grayscale: #434343. Windows color (decimal): -14140236 or 11811880. OLE color: 11811880.

HSL color Cylindrical-coordinate representation of color #283CB4: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283CB4 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 60 180 -
CMYK 0.78 0.67 0 0.29
HSL 231.43º 0.64% 0.43% -
HSV(B) 231.43º 0.78% 0.71% -
XYZ 10.73 6.98 43.96 -
YUV 67.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 40 60 180 0.78 0.67 0 0.29 231.43 0.64 0.43
Hex 28 3C B4 4E 43 0 1D E7 40 2B
Octal 50 74 264 116 103 0 35 347 100 53
Binary 101000 111100 10110100 1001110 1000011 0 11101 11100111 1000000 101011

Color Harmonies of #283CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CB4

Black with #283CB4

Text Example


Text Example

White with #283CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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