Html Css Color HEX #2334BE Persian Blue

📋 copy color: '#2334BE'

red 35 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #2334BE

Tints of Persian Blue #2334BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 12.64%
G = 18.77%
B = 68.59%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2334BE (or 0x2334BE) is known color: Persian Blue. HEX triplet: 23, 34 and BE. RGB value is (35,52,190). Sum of RGB (Red+Green+Blue) = 35+52+190=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #2334BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334BE is #DCCB41. Grayscale: #3E3E3E. Windows color (decimal): -14469954 or 12465187. OLE color: 12465187.

HSL color Cylindrical-coordinate representation of color #2334BE: hue angle of 233.42º 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 #2334BE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 52 190 -
CMYK 0.82 0.73 0 0.25
HSL 233.42º 0.69% 0.44% -
HSV(B) 233.42º 0.82% 0.75% -
XYZ 11.22 6.53 49.38 -
YUV 62.65 199.87 108.28 -
System Red Green Blue C M Y K H S L
Decimal 35 52 190 0.82 0.73 0 0.25 233.42 0.69 0.44
Hex 23 34 BE 52 49 0 19 E9 45 2C
Octal 43 64 276 122 111 0 31 351 105 54
Binary 100011 110100 10111110 1010010 1001001 0 11001 11101001 1000101 101100

Color Harmonies of #2334BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2334BE

Black with #2334BE

Text Example


Text Example

White with #2334BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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