Html Css Color HEX #0327C5 International Klein Blue

📋 copy color: '#0327C5'

red 3 ◦ green 39 ◦ blue 197

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

Shades of International Klein Blue #0327C5

Tints of International Klein Blue #0327C5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

 BLUE value IS 197 (77.34% from 255) = 82.43%

R = 1.26%
G = 16.32%
B = 82.43%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0327C5 (or 0x0327C5) is known color: International Klein Blue. HEX triplet: 03, 27 and C5. RGB value is (3,39,197). Sum of RGB (Red+Green+Blue) = 3+39+197=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 197 (77.34% from 255 or 82.43% from 239); Max value from RGB is 197 - color contains mainly: blue. Hex color #0327C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0327C5 is #FCD83A. Grayscale: #2D2D2D. Windows color (decimal): -16570427 or 12920579. OLE color: 12920579.

HSL color Cylindrical-coordinate representation of color #0327C5: hue angle of 228.87º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0327C5 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 39 197 -
CMYK 0.98 0.80 0 0.23
HSL 228.87º 0.97% 0.39% -
HSV(B) 228.87º 0.98% 0.77% -
XYZ 10.84 5.5 53.31 -
YUV 46.25 213.07 97.15 -
System Red Green Blue C M Y K H S L
Decimal 3 39 197 0.98 0.80 0 0.23 228.87 0.97 0.39
Hex 3 27 C5 62 50 0 17 E5 61 27
Octal 3 47 305 142 120 0 27 345 141 47
Binary 11 100111 11000101 1100010 1010000 0 10111 11100101 1100001 100111

Color Harmonies of #0327C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0327C5

Black with #0327C5

Text Example


Text Example

White with #0327C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0327C5; }

 p { color: rgb(3,39,197); }

 H1.HeaderClassName
 {
   color: #0327C5;
 }
 .AnyTagClassName
 {
   color: #0327C5;
 }
</style>

background-color css

<style>
 a { background-color: #0327C5; }

 a { background-color: rgb(3,39,197); }

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

border-color css

<style>
 span { border-color: #0327C5; }

 span { border-color: rgb(3,39,197); }

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