Html Css Color HEX #0322C1 International Klein Blue

📋 copy color: '#0322C1'

red 3 ◦ green 34 ◦ blue 193

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

Shades of International Klein Blue #0322C1

Tints of International Klein Blue #0322C1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

 BLUE value IS 193 (75.78% from 255) = 83.91%

R = 1.3%
G = 14.78%
B = 83.91%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0322C1 (or 0x0322C1) is known color: International Klein Blue. HEX triplet: 03, 22 and C1. RGB value is (3,34,193). Sum of RGB (Red+Green+Blue) = 3+34+193=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 193 (75.78% from 255 or 83.91% from 230); Max value from RGB is 193 - color contains mainly: blue. Hex color #0322C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322C1 is #FCDD3E. Grayscale: #2A2A2A. Windows color (decimal): -16571711 or 12657155. OLE color: 12657155.

HSL color Cylindrical-coordinate representation of color #0322C1: hue angle of 230.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322C1 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 34 193 -
CMYK 0.98 0.82 0 0.24
HSL 230.21º 0.97% 0.38% -
HSV(B) 230.21º 0.98% 0.76% -
XYZ 10.24 5.01 50.88 -
YUV 42.86 212.73 99.57 -
System Red Green Blue C M Y K H S L
Decimal 3 34 193 0.98 0.82 0 0.24 230.21 0.97 0.38
Hex 3 22 C1 62 52 0 18 E6 61 26
Octal 3 42 301 142 122 0 30 346 141 46
Binary 11 100010 11000001 1100010 1010010 0 11000 11100110 1100001 100110

Color Harmonies of #0322C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0322C1

Black with #0322C1

Text Example


Text Example

White with #0322C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0322C1; }

 p { color: rgb(3,34,193); }

 H1.HeaderClassName
 {
   color: #0322C1;
 }
 .AnyTagClassName
 {
   color: #0322C1;
 }
</style>

background-color css

<style>
 a { background-color: #0322C1; }

 a { background-color: rgb(3,34,193); }

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

border-color css

<style>
 span { border-color: #0322C1; }

 span { border-color: rgb(3,34,193); }

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