Html Css Color HEX #2344CB Persian Blue

📋 copy color: '#2344CB'

red 35 ◦ green 68 ◦ blue 203

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

Shades of Persian Blue #2344CB

Tints of Persian Blue #2344CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 11.44%
G = 22.22%
B = 66.34%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2344CB (or 0x2344CB) is known color: Persian Blue. HEX triplet: 23, 44 and CB. RGB value is (35,68,203). Sum of RGB (Red+Green+Blue) = 35+68+203=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #2344CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344CB is #DCBB34. Grayscale: #484848. Windows color (decimal): -14465845 or 13321251. OLE color: 13321251.

HSL color Cylindrical-coordinate representation of color #2344CB: hue angle of 228.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2344CB is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 68 203 -
CMYK 0.83 0.67 0 0.20
HSL 228.21º 0.71% 0.47% -
HSV(B) 228.21º 0.83% 0.8% -
XYZ 13.54 8.8 57.49 -
YUV 73.52 201.07 100.52 -
System Red Green Blue C M Y K H S L
Decimal 35 68 203 0.83 0.67 0 0.20 228.21 0.71 0.47
Hex 23 44 CB 53 43 0 14 E4 47 2F
Octal 43 104 313 123 103 0 24 344 107 57
Binary 100011 1000100 11001011 1010011 1000011 0 10100 11100100 1000111 101111

Color Harmonies of #2344CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2344CB

Black with #2344CB

Text Example


Text Example

White with #2344CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2344CB; }

 p { color: rgb(35,68,203); }

 H1.HeaderClassName
 {
   color: #2344CB;
 }
 .AnyTagClassName
 {
   color: #2344CB;
 }
</style>

background-color css

<style>
 a { background-color: #2344CB; }

 a { background-color: rgb(35,68,203); }

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

border-color css

<style>
 span { border-color: #2344CB; }

 span { border-color: rgb(35,68,203); }

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