Html Css Color HEX #2334C4 Persian Blue

📋 copy color: '#2334C4'

red 35 ◦ green 52 ◦ blue 196

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

Shades of Persian Blue #2334C4

Tints of Persian Blue #2334C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 69.26%

R = 12.37%
G = 18.37%
B = 69.26%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2334C4 (or 0x2334C4) is known color: Persian Blue. HEX triplet: 23, 34 and C4. RGB value is (35,52,196). Sum of RGB (Red+Green+Blue) = 35+52+196=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #2334C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334C4 is #DCCB3B. Grayscale: #3E3E3E. Windows color (decimal): -14469948 or 12858403. OLE color: 12858403.

HSL color Cylindrical-coordinate representation of color #2334C4: hue angle of 233.66º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2334C4 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 35 52 196 -
CMYK 0.82 0.73 0 0.23
HSL 233.66º 0.7% 0.45% -
HSV(B) 233.66º 0.82% 0.77% -
XYZ 11.88 6.8 52.91 -
YUV 63.33 202.87 107.79 -
System Red Green Blue C M Y K H S L
Decimal 35 52 196 0.82 0.73 0 0.23 233.66 0.7 0.45
Hex 23 34 C4 52 49 0 17 EA 46 2D
Octal 43 64 304 122 111 0 27 352 106 55
Binary 100011 110100 11000100 1010010 1001001 0 10111 11101010 1000110 101101

Color Harmonies of #2334C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2334C4

Black with #2334C4

Text Example


Text Example

White with #2334C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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