Html Css Color HEX #0341CC Persian Blue

📋 copy color: '#0341CC'

red 3 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #0341CC

Tints of Persian Blue #0341CC

RGB

 RED value IS 3 (1.56% from 255) = 1.1%

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 204 (80.08% from 255) = 75%

R = 1.1%
G = 23.9%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0341CC (or 0x0341CC) is known color: Persian Blue. HEX triplet: 03, 41 and CC. RGB value is (3,65,204). Sum of RGB (Red+Green+Blue) = 3+65+204=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #0341CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0341CC is #FCBE33. Grayscale: #3D3D3D. Windows color (decimal): -16563764 or 13385987. OLE color: 13385987.

HSL color Cylindrical-coordinate representation of color #0341CC: hue angle of 221.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0341CC is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 65 204 -
CMYK 0.99 0.68 0 0.2
HSL 221.49º 0.97% 0.41% -
HSV(B) 221.49º 0.99% 0.8% -
XYZ 12.83 8.16 58.03 -
YUV 62.31 207.96 85.7 -
System Red Green Blue C M Y K H S L
Decimal 3 65 204 0.99 0.68 0 0.2 221.49 0.97 0.41
Hex 3 41 CC 63 44 0 14 DD 61 29
Octal 3 101 314 143 104 0 24 335 141 51
Binary 11 1000001 11001100 1100011 1000100 0 10100 11011101 1100001 101001

Color Harmonies of #0341CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341CC

Black with #0341CC

Text Example


Text Example

White with #0341CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0341CC; }

 p { color: rgb(3,65,204); }

 H1.HeaderClassName
 {
   color: #0341CC;
 }
 .AnyTagClassName
 {
   color: #0341CC;
 }
</style>

background-color css

<style>
 a { background-color: #0341CC; }

 a { background-color: rgb(3,65,204); }

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

border-color css

<style>
 span { border-color: #0341CC; }

 span { border-color: rgb(3,65,204); }

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