Html Css Color HEX #283BBC Persian Blue

📋 copy color: '#283BBC'

red 40 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #283BBC

Tints of Persian Blue #283BBC

RGB

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

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

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

R = 13.94%
G = 20.56%
B = 65.51%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#283BBC (or 0x283BBC) is known color: Persian Blue. HEX triplet: 28, 3B and BC. RGB value is (40,59,188). Sum of RGB (Red+Green+Blue) = 40+59+188=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #283BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BBC is #D7C443. Grayscale: #434343. Windows color (decimal): -14140484 or 12335912. OLE color: 12335912.

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

Color convert

RGB 40 59 188 -
CMYK 0.79 0.69 0 0.26
HSL 232.3º 0.65% 0.45% -
HSV(B) 232.3º 0.79% 0.74% -
XYZ 11.52 7.21 48.36 -
YUV 68.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 40 59 188 0.79 0.69 0 0.26 232.3 0.65 0.45
Hex 28 3B BC 4F 45 0 1A E8 41 2D
Octal 50 73 274 117 105 0 32 350 101 55
Binary 101000 111011 10111100 1001111 1000101 0 11010 11101000 1000001 101101

Color Harmonies of #283BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BBC

Black with #283BBC

Text Example


Text Example

White with #283BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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