Html Css Color HEX #2230B2 Persian Blue

📋 copy color: '#2230B2'

red 34 ◦ green 48 ◦ blue 178

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

Shades of Persian Blue #2230B2

Tints of Persian Blue #2230B2

RGB

 RED value IS 34 (13.67% from 255) = 13.08%

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 178 (69.92% from 255) = 68.46%

R = 13.08%
G = 18.46%
B = 68.46%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2230B2 (or 0x2230B2) is known color: Persian Blue. HEX triplet: 22, 30 and B2. RGB value is (34,48,178). Sum of RGB (Red+Green+Blue) = 34+48+178=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #2230B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2230B2 is #DDCF4D. Grayscale: #3A3A3A. Windows color (decimal): -14536526 or 11677730. OLE color: 11677730.

HSL color Cylindrical-coordinate representation of color #2230B2: hue angle of 234.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2230B2 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 34 48 178 -
CMYK 0.81 0.73 0 0.30
HSL 234.17º 0.68% 0.42% -
HSV(B) 234.17º 0.81% 0.7% -
XYZ 9.75 5.67 42.7 -
YUV 58.63 195.36 110.43 -
System Red Green Blue C M Y K H S L
Decimal 34 48 178 0.81 0.73 0 0.30 234.17 0.68 0.42
Hex 22 30 B2 51 49 0 1E EA 44 2A
Octal 42 60 262 121 111 0 36 352 104 52
Binary 100010 110000 10110010 1010001 1001001 0 11110 11101010 1000100 101010

Color Harmonies of #2230B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2230B2

Black with #2230B2

Text Example


Text Example

White with #2230B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2230B2; }

 p { color: rgb(34,48,178); }

 H1.HeaderClassName
 {
   color: #2230B2;
 }
 .AnyTagClassName
 {
   color: #2230B2;
 }
</style>

background-color css

<style>
 a { background-color: #2230B2; }

 a { background-color: rgb(34,48,178); }

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

border-color css

<style>
 span { border-color: #2230B2; }

 span { border-color: rgb(34,48,178); }

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