Html Css Color HEX #2330BE Persian Blue

📋 copy color: '#2330BE'

red 35 ◦ green 48 ◦ blue 190

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

Shades of Persian Blue #2330BE

Tints of Persian Blue #2330BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 12.82%
G = 17.58%
B = 69.6%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2330BE (or 0x2330BE) is known color: Persian Blue. HEX triplet: 23, 30 and BE. RGB value is (35,48,190). Sum of RGB (Red+Green+Blue) = 35+48+190=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #2330BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330BE is #DCCF41. Grayscale: #3B3B3B. Windows color (decimal): -14470978 or 12464163. OLE color: 12464163.

HSL color Cylindrical-coordinate representation of color #2330BE: hue angle of 234.97º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2330BE is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 48 190 -
CMYK 0.82 0.75 0 0.25
HSL 234.97º 0.69% 0.44% -
HSV(B) 234.97º 0.82% 0.75% -
XYZ 11.04 6.19 49.33 -
YUV 60.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 35 48 190 0.82 0.75 0 0.25 234.97 0.69 0.44
Hex 23 30 BE 52 4B 0 19 EB 45 2C
Octal 43 60 276 122 113 0 31 353 105 54
Binary 100011 110000 10111110 1010010 1001011 0 11001 11101011 1000101 101100

Color Harmonies of #2330BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330BE

Black with #2330BE

Text Example


Text Example

White with #2330BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2330BE; }

 p { color: rgb(35,48,190); }

 H1.HeaderClassName
 {
   color: #2330BE;
 }
 .AnyTagClassName
 {
   color: #2330BE;
 }
</style>

background-color css

<style>
 a { background-color: #2330BE; }

 a { background-color: rgb(35,48,190); }

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

border-color css

<style>
 span { border-color: #2330BE; }

 span { border-color: rgb(35,48,190); }

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