Html Css Color HEX #283CBD Persian Blue

📋 copy color: '#283CBD'

red 40 ◦ green 60 ◦ blue 189

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

Shades of Persian Blue #283CBD

Tints of Persian Blue #283CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 13.84%
G = 20.76%
B = 65.4%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#283CBD (or 0x283CBD) is known color: Persian Blue. HEX triplet: 28, 3C and BD. RGB value is (40,60,189). Sum of RGB (Red+Green+Blue) = 40+60+189=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #283CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CBD is #D7C342. Grayscale: #444444. Windows color (decimal): -14140227 or 12401704. OLE color: 12401704.

HSL color Cylindrical-coordinate representation of color #283CBD: hue angle of 231.95º 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 #283CBD is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 60 189 -
CMYK 0.79 0.68 0 0.26
HSL 231.95º 0.65% 0.45% -
HSV(B) 231.95º 0.79% 0.74% -
XYZ 11.68 7.36 48.95 -
YUV 68.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 40 60 189 0.79 0.68 0 0.26 231.95 0.65 0.45
Hex 28 3C BD 4F 44 0 1A E8 41 2D
Octal 50 74 275 117 104 0 32 350 101 55
Binary 101000 111100 10111101 1001111 1000100 0 11010 11101000 1000001 101101

Color Harmonies of #283CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CBD

Black with #283CBD

Text Example


Text Example

White with #283CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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