Html Css Color HEX #2345BB Persian Blue

📋 copy color: '#2345BB'

red 35 ◦ green 69 ◦ blue 187

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

Shades of Persian Blue #2345BB

Tints of Persian Blue #2345BB

RGB

 RED value IS 35 (14.06% from 255) = 12.03%

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 12.03%
G = 23.71%
B = 64.26%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2345BB (or 0x2345BB) is known color: Persian Blue. HEX triplet: 23, 45 and BB. RGB value is (35,69,187). Sum of RGB (Red+Green+Blue) = 35+69+187=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #2345BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345BB is #DCBA44. Grayscale: #474747. Windows color (decimal): -14465605 or 12272931. OLE color: 12272931.

HSL color Cylindrical-coordinate representation of color #2345BB: hue angle of 226.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2345BB is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 69 187 -
CMYK 0.81 0.63 0 0.27
HSL 226.58º 0.68% 0.44% -
HSV(B) 226.58º 0.81% 0.73% -
XYZ 11.79 8.2 47.98 -
YUV 72.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 35 69 187 0.81 0.63 0 0.27 226.58 0.68 0.44
Hex 23 45 BB 51 3F 0 1B E3 44 2C
Octal 43 105 273 121 77 0 33 343 104 54
Binary 100011 1000101 10111011 1010001 111111 0 11011 11100011 1000100 101100

Color Harmonies of #2345BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2345BB

Black with #2345BB

Text Example


Text Example

White with #2345BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2345BB; }

 p { color: rgb(35,69,187); }

 H1.HeaderClassName
 {
   color: #2345BB;
 }
 .AnyTagClassName
 {
   color: #2345BB;
 }
</style>

background-color css

<style>
 a { background-color: #2345BB; }

 a { background-color: rgb(35,69,187); }

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

border-color css

<style>
 span { border-color: #2345BB; }

 span { border-color: rgb(35,69,187); }

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